AJAX File upload performance
-
I have a form only with an upload field (type multiple).
When I upload 4 pictures which together have a size of around 12 MB, the form takes around 100 seconds to submit.
When I upload the same 4 pictures with the AJAX upload method I need to wait while pictures are uploaded asynchronously and only then I can submit the form. But after I submit it, it again takes around 100 seconds until submission is finished.
Why form submission with the AJAX upload method takes the same amount of time? I would expect images to be already uploaded when I hit the submit button. Am I missing something?
Thanks for help
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘AJAX File upload performance’ is closed to new replies.