> Hello list, > > We are experiencing problems with file uploads using neko - looks > like sometimes [EMAIL PROTECTED] throws exception. Any > idea how I can get the raw post data and look what is wrong?
Try to remove the test strstr(ctype,"multipart/form-data") == NULL from mod_neko.c and recompile, then use getPostData() to save it in some file. You can see how post data is processed in cgi.c, I'm open to patches if something is wrong ;) Nicolas -- Neko : One VM to run them all (http://nekovm.org)
