class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
First of all, I wish to thank you for this php class. Really nice!
Then... I have a problem in my upload. I'm using a shared hosting and I have chmod and mkdir function blocked. I use ftp_chmod to change the chmod of the folder where file will be upoaded to 0777 and then I change again the chmod to 0755.
It seems that your script try to create a temp directory and so the process stops with the error "Destination directory can't be created. Can't carry on a process". If this is the problem, is there a way to solve it?
First of all, I wish to thank you for this php class. Really nice!
Then...
I have a problem in my upload. I'm using a shared hosting and I have chmod and mkdir function blocked.
I use ftp_chmod to change the chmod of the folder where file will be upoaded to 0777 and then I change again the chmod to 0755.
It seems that your script try to create a temp directory and so the process stops with the error "Destination directory can't be created. Can't carry on a process". If this is the problem, is there a way to solve it?
P.S. I update the class to the last verion.
Thank you,
Luca