Re: [PHP] Please help - File Uploads, 2nd try

2001-02-24 Thread Koncz Ádám
Sorry, wrong link was added in my prev mail. > To find a _possible_ patch visit: http://marc.theaimsgroup.com/?l=php-dev&m=98233943916254&w=2 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To cont

Re: [PHP] Please help - File Uploads, 2nd try

2001-02-24 Thread Koncz Ádám
As Ed Lazor wrote: > I upgraded my web server and now file uploads don't work. A test script is > listed below. It puts the file on the server, but the file has > Content-Type: image/pjpeg^M > ^M > pre-pended to it, thus breaking the file. Do you know why it's doing this > and how to fix it?

Re: [PHP] Please help - File Uploads, 2nd try

2001-02-24 Thread Ed Lazor
At 06:44 PM 2/24/2001 +, Gustavo Vieira Goncalves Coelho Rios wrote: >Ed Lazor wrote: > > > > I upgraded my web server and now file uploads don't work. A test script is > > listed below. It puts the file on the server, but the file has > > > > Content-Type: image/pjpeg^M > > ^M > > > > pre-p

Re: [PHP] Please help - File Uploads, 2nd try

2001-02-24 Thread Gustavo Vieira Goncalves Coelho Rios
Ed Lazor wrote: > > I upgraded my web server and now file uploads don't work. A test script is > listed below. It puts the file on the server, but the file has > > Content-Type: image/pjpeg^M > ^M > > pre-pended to it, thus breaking the file. Do you know why it's doing this > and how to fix

[PHP] Please help - File Uploads, 2nd try

2001-02-24 Thread Ed Lazor
I upgraded my web server and now file uploads don't work. A test script is listed below. It puts the file on the server, but the file has Content-Type: image/pjpeg^M ^M pre-pended to it, thus breaking the file. Do you know why it's doing this and how to fix it? -Ed File Upload T