php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11299 File uploads cause corruption
Submitted: 2001-06-05 19:39 UTC Modified: 2001-06-06 01:18 UTC
From: david at in-teractive dot co dot uk Assigned:
Status: Closed Package: HTTP related
PHP Version: 4.0.4pl1 OS: Redhat Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: david at in-teractive dot co dot uk
New email:
PHP Version: OS:

 

 [2001-06-05 19:39 UTC] david at in-teractive dot co dot uk
From a form using enctype="multipart/form-data", and subsequently

echo "$inputFile<br>";
echo "Name: $inputFile_name<br>";
echo "Type: $inputFile_type<br>";

The _type is not displayed.

Having spoken to a number of people we're all stumped... so I'm not 100% sure it's a bug, but the script works fine on 4 other servers!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-06 01:18 UTC] sniper@php.net
Please update to PHP 4.0.5 in which this is fixed.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 15:01:28 2024 UTC