PilgrimX182 - you are the man.
Thanks for all the help and for the quick replies.
Lou
Search found 5 matches
- Oct 03, 2007 1:54 pm
- Forum: XUpload
- Topic: JavaScript Error Alert to error page
- Replies: 2
- Views: 3053
- Oct 02, 2007 6:15 pm
- Forum: XUpload
- Topic: JavaScript Error Alert to error page
- Replies: 2
- Views: 3053
JavaScript Error Alert to error page
Now that the max_upload_size alert works fine (see link, http://www.sibsoft.net/forum/exceed-upload-size-message-t419.html for more info), I have one little request. Because the alert message comes from upload_status.cgi is there a way to redirect the error to an error page instead of having an aler...
- Oct 02, 2007 6:08 pm
- Forum: XUpload
- Topic: Exceed upload size message
- Replies: 4
- Views: 4262
- Oct 01, 2007 1:51 pm
- Forum: XUpload
- Topic: Exceed upload size message
- Replies: 4
- Views: 4262
PilgrimX182, I am talking about the alert message when the file size exceeds the max upload size. For example, I have set up the max upload size to 100MB. If I try to upload anything bigger than 100MB. It will take a long time for the javascript alert message stating that you have exceeded the total...
- Sep 28, 2007 8:21 pm
- Forum: XUpload
- Topic: Exceed upload size message
- Replies: 4
- Views: 4262
Exceed upload size message
I noticed the system in upload.cgi it compares the upload size with what is set in the config file. For example, if($ENV{'CONTENT_LENGTH'} > 1024*$c->{max_upload_size}) But what I noticed is that the response time is slow and also the larger the file is the more time it takes for the alert message t...