Upload Files with PHP
Posted December 19th, 2005 @ 11:44am by Erik J. Barzeski
Just about every PHP developer I know has written code that will allow users to upload files. I wrote one a long time ago for weims.net (I'd link to it if I hadn't stopped working on the site a few years ago).
I typically begin any new "upload" code by looking around the Web for example code or by looking through my existing code to find some. Perhaps next time I'll look here first.
Posted 19 Dec 2005 at 3:41pm #
sweet, thanks for that link. i've been doing some work for a guy in canada and been saving the upload section for last.