php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6887 File upload from IE for Macintosh 5 does not work
Submitted: 2000-09-26 07:10 UTC Modified: 2000-12-07 12:09 UTC
From: hleukart at iname dot com Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.2 OS: Macintosh
Private report: No CVE-ID: None
 [2000-09-26 07:10 UTC] hleukart at iname dot com
Doing a file upload to PHP does not work from IE for Macintosh 5, but it does work with Netscape for Macintosh.  Is there a way to solve this problem?

The form I'm using looks something like this:

<FORM ENCTYPE="multipart/form-data" method="post"
action="/update/add_photo.php">
<INPUT TYPE="hidden" name="MAX_FILE_SIZE" value="10000000">
<INPUT NAME="userfile" TYPE="file">
</FORM>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-09 10:29 UTC] sniper@php.net
Please try latest snapshot from http://snaps.php.net
And please tell, HOW it doesn't work?
i.e. what's the problem?

--Jani
 [2000-12-07 12:09 UTC] sniper@php.net
No feedback.
Reopen, if this still happens when using latest snapshot
from http://snaps.php.net/

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 04:01:32 2024 UTC