I had definite issues with binary file uploads with the current 4 source. Specifically, the boundary string processing seemed broken, file names with spaces didn't work, and posted forms had an extra \r\n on the end. I've made patches but haven't submitted them yet. Has anyone else seen these problems? I'm afraid the code in 3.5 is different than the code in 4, so I don't know if there is a connection. Thanks,
Jamie At 07:08 PM 10/11/2002 -0500, David Walker wrote:
Yes. We had an issue. We did not have time to troubleshoot it as it is a soon to be production machine and we just went with a lower version of aolserver. On Friday 11 October 2002 12:14 pm, (Via wrote: > Has anybody had any issues with AOLserver 3.5.0 and multipart/form-data? > > We are having an issue when we upload binary files. It appears that with > 3.5 we need to actually fconfigure the file handle to binary in the > ns_getform proc. If we don't then the resulting file ends up containing > multipart boundaries at the end of it. This problem doesn't occur using > the same code in 3.4.2. > > Any ideas? > > Jeremy
