Re: [ASP] FileUploadMax --> FileMaxUpload

2001-07-13 Thread Joshua Chamas
raptor wrote: > > hi, > FileUploadMax wrongly stated in ASP docs, U should use : > > PerlSetVar FileMaxUpload xxx > > instead. > One more thing, does someone knows a way to capture the error, if the user > tries to upload bigger file than accepted. > So I can inform him. > Is it possible to se

[ASP] FileUploadMax --> FileMaxUpload

2001-07-13 Thread raptor
hi, FileUploadMax wrongly stated in ASP docs, U should use : PerlSetVar FileMaxUpload xxx instead. One more thing, does someone knows a way to capture the error, if the user tries to upload bigger file than accepted. So I can inform him. Is it possible to set CGI::POST_MAX on a per request i.e.