Hello Nicolas,

Wednesday, March 28, 2007, 4:04:58 PM, you wrote:

NC> Try to remove the test strstr(ctype,"multipart/form-data") == NULL from
NC> mod_neko.c and recompile, then use getPostData() to save it in some
NC> file. You can see how post data is processed in cgi.c, I'm open to
NC> patches if something is wrong ;)

Coming back to this relatively old issue, I've found the problematic
multipart sent by flash 8 under mozilla 2.0.0.3. One of the parts (the last one)
looks like
------------KM7KM7Ef1Ij5Ij5gL6gL6KM7GI3cH2
Content-Disposition: form-data; name="Upload"
Submit Query
------------KM7KM7Ef1Ij5Ij5gL6gL6KM7GI3cH2st2_saved1

i.e. there is no \r\n\r\n parse_multipart_data looks for after 'name'
- therefore it discards the request. I'm not that guru of multipart
format, is this legal at all? And just curious, what's the best way to
fix?..

-- 
Best regards,
 Michael                            mailto:[EMAIL PROTECTED]


-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to