On Sat, Apr 13, 2013 at 01:06:54AM -0700, Hong Quach wrote:
> Hi Willy,
>
> Thanks for the response. I just tried adding "mode http" and "option
> http-server-close" to defaults, and an extra "mode http" in the frontend
> section. Still no go. I'm testing it on Google Chrome by submitting a basic
> file upload form.
Then you should enable debug mode to see what the browser is sending
exactly, as this is a very basic setup.
> Do you happen to have an acl configuration to match Content-Type:
> multipart/form-data handy?
Yes, just try this :
acl multipart hdr(content-type) -i multipart/form-data
> (Sorry if my next reply is going to take a while, I need to get some sleep.
> Will check email first thing in the morning.)
OK.
Willy