PDA

View Full Version : Form Upload Problem?


Emmanuel
01-26-2003, 01:20 PM
Has anybody tried uploading files using a HTML form and attempting to move/copy it out of the temp folder, ie allowing clients to upload graphics and such?

I'm trying to do it and keeps getting a permission error with PHP despite having 666 permission.

Any suggestions?

Nedani
01-26-2003, 11:22 PM
If you cannot copy than you have some permissions problem. Use move_uploaded_file if you are trying to move the file .