Upload file names
-
I have a form that is being submitted to its own database table using MySQL mapping
The form has a multiple file upload field
Right now I created a hidden field, grabbed the file names and using jQuery saved it to the hidden field that was submitted to the database. However, I just realized that the different users could submit a file with the same name. Is there a way to change the name of the file being uploaded and capture the new name before it is uploaded?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Upload file names’ is closed to new replies.