image upload problem

Alexej Kubarev

New member
Well, are you getting any errors?
Turn error reportin to E_ALL and give us errors that you are getting
This might be a permission problem.
 
First: mkdir
After: chmod

Or: system with the command: "chmod $decimal_val $path_to_filename_or_dir".
 
Sorry i wasn't able to post a code.
What i meant was: Make the directory first with mkdir() and change the permission at last with chmod().
 
Back
Top