Re: [EMAIL PROTECTED] Stopping a form processing if size of file is too big with Apache.

2007-07-01 Thread Tom Donovan
Norman Khine wrote: Hello, I have a POST form into which I allow the user to upload an image file png, flash, gif, jpg. Is there anything I can do with Apache involving artificially stopping the upload after receiving enough bytes to constitute the image header, and then deciding whether or not

[EMAIL PROTECTED] Stopping a form processing if size of file is too big with Apache.

2007-07-01 Thread Norman Khine
Hello, I have a POST form into which I allow the user to upload an image file png, flash, gif, jpg. Is there anything I can do with Apache involving artificially stopping the upload after receiving enough bytes to constitute the image header, and then deciding whether or not to proceed with the up