3

I have this implemented to so it should upload one file at a time. So the user selects a file, clicks upload and then moves on to the next file.

But what the system seems to do is to store the previously selected files and so when the user hits the upload button it sends multiple requests.

I've made sure there is no "multiple" in the html file input box and changed name="files[]" to name="files".

singleFileUploads is set to true

is there a way to reset the file "array" so only one file is stored at a time?

Thanks in advance

KB.
  • 3,549
  • 4
  • 23
  • 29

1 Answers1

0

I was also going through the same problem hope the link below helps you in this

Delete files programatically with jquery fileupload basic

Community
  • 1
  • 1
Shujaath Khan
  • 1,304
  • 16
  • 22