PDA

View Full Version : File Upload


ChrisHeavey
03-21-2001, 02:28 PM
Hi

Im trying to find out how to upload a file to my web space via php code. But I can not find how its done. Can anyone help please...

Source File: http://www.yahoo.com/pics.zip
Destination File: http://www.rpgutils.com/files/pics.zip

Thanks
Kindail

steffield
03-21-2001, 07:20 PM
I'm not sure if this is exactly what you want, but it's classed as a File Uploader. The URL is:

http://php.resourceindex.com/Complete_Scripts/File_Management/File_Uploading/

They have loads of other stuff there, and also check out their sibling site (gotta be politically correct) http://www.cgi-resources.com


Hope it helps

Ian Gunter

RandMan
03-21-2001, 07:48 PM
Found this at PHP.net:

http://www.php.net/manual/en/features.file-upload.php

Has lots of info on uploading a file.

Been needing to do this myself. Gotta run and go play with it ;)