Problem with uploading files - Space in filename, unreliable upload
Hi,
I've noticed the fileupload for jquery seems to have a number of quirks.
I'm developing an HTML5 app for desktop browsers.
When I try to upload files with spaces in the filename (E.g : sample file.mp3), the upload will fail. This is the error msg shown :
login.js:1196 Uncaught ReferenceError: value is not defined
Second problem is, when I try to upload a larger file (Maybe about 5-10mb), it will timeout and just fail to upload.
It will return success, but the file actually failed to upload. The response I get from console is "undefined".
This fileupload thingy seems to be quite unreliable and unpredictable. Perhaps you all can take a serious look at this? I am a subscriber of your plan, and my clients are complaining about this as well.