|
chrishirst,
It's been a long time that this post has been closed. But your comments on this post has been the most helpful to me after I banged my head on the desk modifying freeaspupload code.
I have attained most of the tasks using your tips in this post, however, I want to an add additional feature. I have set a file size of 5MB and the users can attach upto two files. Once the files are attached, freeaspupload.asp check for file size and uploads files lesser than 5MB to the server and sends an email with attachments.
However, if the first attached file is less than 5MB and the second file is more than 5MB, only one file is being uploaded to the server while the other is discarded. uploadTester.asp does not send email in this scenario cuz it didn't find the second attached file on the server.
I want to void uploading any file to the server if any of the attachment is over 5MB. I believe this has to be done in freeASPUpload.asp and have been scratching my head for over 4 days now.
I'd appreciate your help and generosity.
Thanks,
|