Upload All is not completely uploading all files I have selected #957
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I select uploader.uploadAll() only the first file that was selected is being uploaded fully. Multiple POST requests are being made however with a "200 success" returned for each file. I am trying to figure out why the other files are not correctly being POSTed.