Re: Having Trouble with MultipartPostMethod

2004-03-09 Thread Ortwin Glück
Eric Mckenna wrote: but when opened the encoding is all wrong. The data is there but No Alderan Could you be more specific about this please? What do you mean? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Having Trouble with MultipartPostMethod

2004-03-09 Thread Eric Mckenna
Project [EMAIL PROTECTED] Sent: March 09, 2004 3:54 AM Subject: Re: Having Trouble with MultipartPostMethod Eric Mckenna wrote: but when opened the encoding is all wrong. The data is there but No Alderan Could you be more specific about this please? What do you mean

Re: Having Trouble with MultipartPostMethod

2004-03-09 Thread Ortwin Glück
Eric Mckenna wrote: sorry ;), It's a reference to Star Wars. :-) I can open the transferred file and view the file, but the data is in a raw or Hex form. I'm not sure what form exactly, but i went ahead and attached an example. Eric, It looks like there is an extra CR LF at the beginning of

Re: Having Trouble with MultipartPostMethod

2004-03-09 Thread Eric Mckenna
: Eric Mckenna [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: March 08, 2004 8:17 PM Subject: Having Trouble with MultipartPostMethod Greetings, Having some trouble with transferring a file to another server. Here's the flow: User submits excel doc to ServerA ServerA get post, creates

Re: Having Trouble with MultipartPostMethod

2004-03-09 Thread Michael Becke
I believe it's because older versions of FileUpload cannot handle the transfer-encoding and/or content-type multi-part headers. These can be removed by setting them to null on the FilePart. Mike Ortwin Glück wrote: Eric Mckenna wrote: sorry ;), It's a reference to Star Wars. :-) I can

Having Trouble with MultipartPostMethod

2004-03-08 Thread Eric Mckenna
Greetings, Having some trouble with transferring a file to another server. Here's the flow: User submits excel doc to ServerA ServerA get post, creates MultipartPost and posts to ServerB. ServerB saves the file received, but when opened the encoding is all wrong. The data is there but No Alderan