Hi Please any one help me with a secure php image upload script... With out change the destination folder's chmod to 0777..... Please help me....... I am using php apache server...
thx in advance

Recommended Answers

All 2 Replies

Hi Please any one help me with a secure php image upload script... With out change the destination folder's chmod to 0777..... Please help me....... I am using php apache server...
thx in advance

0777 is never necessary for upload scripts. 0666 is enough.
an even better permission or 0660 but then make sure that the directory is owned by the same group or the same user that apache runs under.

this looks like the same question again,
so why not try any of the secure upload and photo scripts already made and sitting in script repositories all over the wwweb.
If you must build your own they make a great templateEASYPHP Upload
EASYPHP Photoare fun, no chmod
remember google is your friend

softpedia easyphp download site

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.