EUpload Joy and Dispair!
Reviewed byAnonymouson Fri, 2nd February 2001
This CGI script (version 1) has great features, being the only script I could find where you can specify destination directories via the browser interface.
It has 2 defects.
Firstly, just filling-in the necessary variables did allow the script to function, but uploaded files were zero bytes i.e. empty! But the filename was complete.
I isolated this to the line "use strict;" which is "dead code" according to the latest issue of CGI.pm.
As a consequence I changed the next line to read:
"use CGI gw(:standard);"
The script now works fine, but the file size limitation refuses to function...have not had time to fix this!
If anyone has the time i would like to hear comments....
Cheers!