Vincent Lin wrote:
Do you have this setting in your form?
enctype="multipart/form-data"
As mentioned, submissions via the form in the web page work fine. The issue
is that if someone bypasses the form and POSTs an (invalid) non-multipart
request that puts some random string in the parameter that the application
expects to contain a file, this triggers an internal server error.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]