| Re:Looking for a php upload script Okay here are the things you need to check. Also - although you are getting an error - have you actually checked the remote folder - the file might have uploaded anyway. You must specify the full URL to a page where the upload.cgi will re-direct the visitor after the upload is complete.
If you don't specify a valid url you will get a cgi error I believe. Around line 63 is the variable $Data. You will have to set this variable to the absolute path to the directory you created.
Did you use the absolute path?
That's about it, apart from the folder and file permissions.
Hope that helps. |