Re: Permission denied , failed to delete /tmp/uploadertemp/uploading.....ecc...

  •  09-08-2011, 7:05 AM

    Re: Permission denied , failed to delete /tmp/uploadertemp/uploading.....ecc...

    Hi Nibin,
     
    Two ways
     
    1. Try give the write/read permission to user "Everyone" of folder  /tmp/
     
    2. Set the TempDirectory for the php uploader  and ensure that you site has the write/read permission of this folder
     
    $uploader->TempDirectory="D:/2008/phpuploader/temp/"; 
     
    Regards,
     
    Ken
View Complete Thread