Search found 5 matches

by happy
Oct 03, 2007 1:54 pm
Forum: XUpload
Topic: JavaScript Error Alert to error page
Replies: 2
Views: 2819

PilgrimX182 - you are the man.
Thanks for all the help and for the quick replies.

Lou
by happy
Oct 02, 2007 6:15 pm
Forum: XUpload
Topic: JavaScript Error Alert to error page
Replies: 2
Views: 2819

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...
by happy
Oct 02, 2007 6:08 pm
Forum: XUpload
Topic: Exceed upload size message
Replies: 4
Views: 3922

Thanks for the quick and easy solution PilgrimX182.

Lou
by happy
Oct 01, 2007 1:51 pm
Forum: XUpload
Topic: Exceed upload size message
Replies: 4
Views: 3922

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...
by happy
Sep 28, 2007 8:21 pm
Forum: XUpload
Topic: Exceed upload size message
Replies: 4
Views: 3922

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...