I want to make a form that can handle uploading large files... it should:
Upload 100MB without timing out.
Show a progress bar with the file size, uploaded KB/MBytes & the uploading speed.
Ability to resume broken uploads.
I am running on a shared host where I cannot recompile Apache or add new Apache module or edit the httpd.conf file ... but I can AddHandler for Apache through the control panel.
And I can install Perl modules.