Welcome to Pixeline 's users forum. Feel free to post your questions related to my jQuery and Wordpress plugins!
Upload finished - but the file isn't actually loaded
  • entrepreneur07entrepreneur07 November 2011
    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!
  • entrepreneur07entrepreneur07 November 2011
    Just figured it out... had to comment out //@unlink($uploadFile);

    Hope this helps someone else. Thanks!
  • jgrossmanjgrossman December 2011
    I tried commenting out the unlink but still the files never get up to the server? any idea why?
  • NicStageNicStage March 27
    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:

    $uploadDir = dirname(__FILE__) . '/upload/files/';

    And this made it work:

    $uploadDir = dirname(__FILE__) . '/files/';

    Good luck!

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with OpenID

Sign In Apply for Membership