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
 [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: Fri Apr 19 19:01:28 2024 UTC