1) With CGI::Simple, is there a way to get a hook into the spooling process for File Uploads so that you can setup some sort of metering to determine how the upload is progressing? If not, I guess I could go back to just using CGI.pm and use a non-anonymous tmpFileName.
2) Is it possible to get the total size of the file being uploaded before the spooling process begins?