Emiliano Boragina
2013-08-20 00:39:29 UTC
Hello everyone,
I try to use chmod 0777, but the JPG file in my localhost I cant view.
I must enter in the windows properties of the JPG file, add the user with
full permission, and them i can view it.
I use this:
move_uploaded_file($file_tmp,"$desired_dir/".$file_name);
chmod("$desired_dir/".$file_name,0777);
What's wrong?
Thanks. Emiliano
I try to use chmod 0777, but the JPG file in my localhost I cant view.
I must enter in the windows properties of the JPG file, add the user with
full permission, and them i can view it.
I use this:
move_uploaded_file($file_tmp,"$desired_dir/".$file_name);
chmod("$desired_dir/".$file_name,0777);
What's wrong?
Thanks. Emiliano
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php