[PHP] Mime type prepeded at file upload

2002-03-25 Thread David McInnis
When I save a file that has been uploaded through PHP it prepends (adds to the beginning of the file) the mime type. This renders the file unusable when it is downloaded as MS Word cannot open the file and tries to install some kind of converter. Any ideas for me? David McInnis -- PHP

Re: [PHP] Mime type prepeded at file upload

2002-03-25 Thread Miguel Cruz
On Mon, 25 Mar 2002, David McInnis wrote: When I save a file that has been uploaded through PHP it prepends (adds to the beginning of the file) the mime type. This renders the file unusable when it is downloaded as MS Word cannot open the file and tries to install some kind of converter. My

RE: [PHP] Mime type prepeded at file upload

2002-03-25 Thread Miguel Cruz
that is taken care of in later releases. David McInnis -Original Message- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 3:47 PM To: David McInnis Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Mime type prepeded at file upload On Mon, 25 Mar 2002, David McInnis

[PHP] RESOLVED -- RE: [PHP] Mime type prepeded at file upload

2002-03-25 Thread David McInnis
, 2002 11:36 AM To: [EMAIL PROTECTED] Subject: [PHP] Mime type prepeded at file upload When I save a file that has been uploaded through PHP it prepends (adds to the beginning of the file) the mime type. This renders the file unusable when it is downloaded as MS Word cannot open the file and tries