More that 10 files upload issue
-
I am attempting to create a basic form for uploading 20 files. It sometimes works perfectly, but occasionally, when I upload 20 files with names ranging from 01 to 20, the form receives and saves the files like this: 01, 02, 03, 04, 05, 06, 07, 08, 09, 10 (from 01 to 10, it’s correct). However, between 11 and 20, it fails to save the files properly. For instance, it doesn’t save the file named “16” and instead stores it as “10” again. This issue occurs up to 5 times in a single submission. So, the resulting file list might look like this: 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 10, 13, 14, 10, 10, 10, 18, 19, 10.
Can anyone provide insights or assistance in resolving this problem? Thank you.
- The topic ‘More that 10 files upload issue’ is closed to new replies.