First let me start off by saying this solution is fantastic. I use Uploadify all the time (whenever I need any user-loaded data, honestly) and it almost always works for what I need, but I have noticed a few strange quirks that I haven't found the answers to on the forums
Randomly, I will upload a file and Uploadify says that it has uploaded - I have onAllComplete alerts turned on and it gives me the filesize and speed after uploading. Yet when I go to the folder, the file isn't there. I can upload 100 files and 2 of them will say they uploaded, but never appear in the uploads folder.
I have gone through a few pages of the forums looking for known issues relating to files reporting they have uploaded but not appearing the folder (beyond the developers mistakes of not CHMOD 777'ing or not understand how the paths work, but I haven't found anything yet. 98% of my uploads works, but occasionally a file simply wont upload even though it is clearly reporting that it is, showing filesize and speed in onAllComplete.
I can try and try and try with that same file, but no luck. I choose another one and it uploads flawlessly. The are no strange characters in the name of the file and it has happened with everything from .doc to .pdf to .exe.
Is there a commonly known issue that would cause this that I have been missing browsing through the forums?
Other than that issue, no problems at all and I have had absolutely no problems at all integrating it. Thanks for reading :)