Love the interface and everything. However, when I upload photo it says the upload is finished, however I can't find the file anywhere. I created the folder "files" like it shows in flash_upload.php and gave it all permissions. However, there's no photo to be found. Any help would be amazing! Thanks!
I was having the same problem and commenting out @unlink($uploadFile) didn't help me either. (Actually I think you would want to keep that uncommented as I think it is deleting the temporary file rather than the newly moved and renamed file).
What worked for me was changing $uploadDir to reference the upload directory relative to the location of where the php file was located. For example, my php file was located in /upload/ and i was trying to get jqUploader to place the uploaded file in /upload/files/. This wasn't working: