🌍
English
Due to server restriction I can't chmod my subdir, but the galleries directory is already 777.
I try file upload, but it says "unable to upload file",
in italiano of course impossibile uploadare il file.
Don't know what to do.
my site is **broken link**
give it a try, I've set max weight 1000kb , 1600x1200pixel to be sure I'm not posting too big file.
please help me!
thank you very much.
a.
the directory in which you try to upload must be writeable for "others", meaning xx7
Anyway, if it was the real reason, it would show you another errors. I think about something else... in upload.php (release 1.2), replace
52 if ( !move_uploaded_file( $HTTP_POST_FILES['picture']['tmp_name'], $temp_name ) )
by
if ( !copy( $HTTP_POST_FILES['picture']['tmp_name'], $temp_name ) )
and tell me if it works better
Offline