[mod-security-users] Re: Final boundary missing
Brought to you by:
victorhora,
zimmerletw
|
From: Dan S. <da...@la...> - 2006-02-07 18:05:33
|
> Is there a proper CRLF at the end the final boundary? Which > brower/client are you using? Feel free to send the raw data. There is a proper CRLF, I checked that. I am using my own application to post the data. If I post it with an HTML form in IE, it works fine. This is the data that is posted with Content-Type: multipart/form-data;boundary=6G+f --6G+f Content-Disposition: form-data; name="name" Joe User --6G+f Content-Disposition: form-data; name="email" jo...@ya... --6G+f Content-Disposition: form-data; name="fileatt"; filename="Upload.extbase" Content-Type: text/plain Test Data --6G+f-- |