I'm looking for a PHP file upload script for users of a website to upload photos. Users need to log in with username and password that I create for them. And their upload should go into their own individual subdirectory that I specify.
What is a good free or commercial or open-source script that I can buy and modify for integration into another application?
You probably would want to handle the uploads with something like jquery, and then do the the login with php. Here is a good upload script, and there are quite a few others that are similar: http://www.uploadify.com/
Bookmarks