flash
jqUploader and small files
Posted by jwage @ 02/01/2008
Recently we had an issue with a website which had a flash upload feature using jqUploader. This feature worked flawlessly when we initially built it but when it was moved to a new server, issues started to come up. First, I discovered that trying to upload empty files results in the following error: "IO error with test.txt." So now I took it one step further and added 1 character to test.txt, now I don't get the error, but the flash never shows a progress bar, and never displays that the file was being uploaded. Although, the file was actually uploaded and sent to our php script.