zalsaeed / cgav

Certificate Generation and Verification
GNU General Public License v3.0
3 stars 1 forks source link

File Upload Button Not Working in ar_form, en_form, and aren_form #48

Closed wesamhamad closed 1 month ago

wesamhamad commented 2 months ago

Issue Description:

The "Choose File" button in the ar_form, en_form, and aren_form forms is not functioning properly.

Steps to Reproduce:

1- Navigate to the forms mentioned (ar_form, en_form, aren_form). 2- Attempt to upload a file using the "Choose File" button. 3- Observe that the button does not respond as expected.

Expected Behavior:

When clicking the "Choose File" button, it should open a file selection dialog, allowing the user to select a file for upload.

Actual Behavior:

The "Choose File" button does not respond when clicked, preventing file selection.

Environment:

Operating System: macOS M1 chip Browser: Chrome

wesamhamad commented 2 months ago

I've noticed that the file upload button works fine in Safari on macOS, but the issue persists specifically in Chrome. This suggests that the problem might be browser-related.

One possible suggestion to address this issue could be to examining any JavaScript event listeners being used for the file upload process to ensure they are compatible with Chrome.