php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9951 cannot read $userfile in upload...
Submitted: 2001-03-23 03:32 UTC Modified: 2001-06-14 16:36 UTC
From: blchoo at pd dot jaring dot my Assigned:
Status: Closed Package: HTTP related
PHP Version: 4.0.0 OS: Windows NT
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
30 + 5 = ?
Subscribe to this entry?

 
 [2001-03-23 03:32 UTC] blchoo at pd dot jaring dot my
i encountered problem to upload a image file in windows NT. 
i have put the tag<enctype="multipart/form-data"> and the <input type=file name=userfile> when the form been pass to another page., it can't read the $userfile value, it appear "\\".., but $userfile_name will give the name of the upload file name.., why this thing happen? do i need to do any setting in php.ini?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-14 16:36 UTC] sniper@php.net
Update to more recent version of PHP, like 4.0.5 and this works.

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