Problems with file upload using HTTPS post

Problems with file upload using HTTPS post

am 09.09.2005 09:44:12 von Eric

------=_NextPart_000_0060_01C5B4DF.FA7CB270
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I have a script that connects to a server and posts a file using =
multipart form data. When I post to the server using HTTP the post works =
correctly. When I post using HTTPS, the file is reporting the wrong size =
when it reaches the server. The file contains raw binary data.

File size using HTTP is 800032 sent and 800032 received.

File size using HTTPS is 800032 sent and 800045 received.

The only difference is using HTTPS versus HTTP.

Any ideas?

Thank you,

Eric Langheinrich
------=_NextPart_000_0060_01C5B4DF.FA7CB270--