I need a file uploading system for uploading images. It must: - be free and not require licenses for hosting - allow restrictions (ex. file size, file type) Ideally it would: - allow multiple file uploads - allow uploads to be resumed I'm not sure what to do. I found some tutorials online, but they are very basic systems. If there is a free script alternative, I would like to know! If all else fails, I'll have to spend a lot of time making one.
I just found this tutorial: http://www.sebastiansulinski.co.uk/web_design_tutorials/php/php_file_upload.php If no good free alternatives exist, I'll make one myself based on this tutorial.