01-23-2009, 01:53 PM
|
#2 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
How about trying to modify the permissions once the file has been uploaded? Just above where it says the file has been successfully uploaded, try the following snippet of code:
php Code:
chmod($target_path, 0777);
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|