php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1618 during file uploads, "$userfile" is set wrong
Submitted: 1999-06-28 18:52 UTC Modified: 1999-06-29 19:03 UTC
From: jmcquillan at cncx dot com Assigned:
Status: Closed Package: Other
PHP Version: 3.0.11 OS: solaris 2.5.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jmcquillan at cncx dot com
New email:
PHP Version: OS:

 

 [1999-06-28 18:52 UTC] jmcquillan at cncx dot com
It looks like this is very similar to Bug id #1615.

A file-upload handling script that worked under previous (3.0) versions of PHP no longer works under PHP 3.0.11

Following the documentation at http://www.php.net/manual/features.file-upload.php3 the variable "$userfile" is actually getting set wrong.

It ends up comtaining the original name of the file on the sender's system, rather than the temporary filename in which the uploaded file was stored on the server machine.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-29 19:03 UTC] jmcquillan at cncx dot com
NOT A BUG.
User error.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 05:01:33 2024 UTC