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
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: 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 May 02 21:01:31 2024 UTC