I need a PHP code to let my site visitors upload thier files to my server . any Ideas or examples ???
Printable View
I need a PHP code to let my site visitors upload thier files to my server . any Ideas or examples ???
The PHP documentation, under "Features", contains all the code you need to securely upload files.
i reccomend using PEAR:HTTP_Upload
uh thanks .... have any samples ??? links oth something else guys !!! (sorry for being kinda lazy )
www.rentacoder.comQuote:
Originally Posted by teamer
Bah! either google it, search the forum, or take a pill and code it yourself...
If you bothered to read the first reply to your thread, you would have realized that CornedBee said that the PHP documentation contains all of the code needed to upload files..Quote:
Originally Posted by CornedBee