Re: [AOLSERVER] uploading pc v. unix text files on 3.5.6

2003-10-17 Thread Nathan Folkman
You can check out code from the branch: cvs co -raolserver_v35_bp aolserver Brad Chick wrote on 10/16/03, 11:11 PM: This is definitely a bug with 3.5.6. The exact same code uploads files perfectly well on 4.0b10. I would like to test 3.5.10. Can someone tell me how to get 3.5.10

Re: [AOLSERVER] uploading pc v. unix text files on 3.5.6

2003-10-16 Thread Brad Chick
This is definitely a bug with 3.5.6. The exact same code uploads files perfectly well on 4.0b10. I would like to test 3.5.10. Can someone tell me how to get 3.5.10 please? -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to [EMAIL PROTECTED] with

[AOLSERVER] uploading pc v. unix text files on 3.5.6

2003-10-02 Thread brad chick
Recently, we upgraded to 3.5.6 from 3.3.1. Unfortunately, our file uploads broke. Now, aolserver doesn't upload pc files properly. These files have what seems be browser crud appended to them: -7d32da2b27043a Content-Disposition: form-data; name=x 20

Re: [AOLSERVER] uploading pc v. unix text files on 3.5.6

2003-10-02 Thread Mark Page
Could you add this to the bug list at sourceforge? I'll do it for you if you are unable, but it would be better if the one who found the problem entered it. Thanks brad chick wrote: Recently, we upgraded to 3.5.6 from 3.3.1. Unfortunately, our file uploads broke. Now, aolserver doesn't

Re: [AOLSERVER] uploading pc v. unix text files on 3.5.6

2003-10-02 Thread Scott Goodwin
The text beginning at Content-Dis... should be on the next line by itself. If the browser hasn't changed, but the server has, then there is something on the server side that's at fault. How are you processing the incoming files? I.e. show us the code that touches file uploads in your ADP or Tcl

Re: [AOLSERVER] uploading pc v. unix text files on 3.5.6

2003-10-02 Thread brad chick
Sorry about that original paste of the garbage at the end of the files. I messed up the returns. Here's a better (unadultered) example: -7d37523500ba Content-Disposition: form-data; name=x 18 -7d37523500ba Content-Disposition: form-data;

Re: [AOLSERVER] uploading pc v. unix text files on 3.5.6

2003-10-02 Thread Tim Moss
? This was adding non-standard extra CRLF pairs to posted form data. Tim -Original Message- From: AOLserver Discussion [mailto:[EMAIL PROTECTED] Behalf Of Scott Goodwin Sent: Thursday, October 02, 2003 7:28 PM To: [EMAIL PROTECTED] Subject: Re: [AOLSERVER] uploading pc v. unix text files on 3.5.6