php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4643 Fileupload doesn't working correct
Submitted: 2000-05-27 14:26 UTC Modified: 2000-08-11 22:40 UTC
From: dalini at acm dot org Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0.0 Release OS: Debian/Linux
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dalini at acm dot org
New email:
PHP Version: OS:

 

 [2000-05-27 14:26 UTC] dalini at acm dot org
The file-upload doesn't work anymore since i upgraded from 3.x to 4.0.0 - i've looked at the informations provided by the phpinfo and it seemed to be some fancy array contents in the file array - i can't see how it should work know, since it defenitly work anylonger how described in the documentation

here are the array structure provided by phpinfo for multiple file upload - looks really not like it should - or does i miss something?

also there are not all the variables aviable that should!
$file_size is accessable $file_name isn't anylonger aviable 
and i can't find any way to get it working ...

i urgently need this fileuploadfunktions so it would be great if there would be help for this problem

HTTP_POST_FILES["file"] Array
(
    [0] => Array
        (
            [name] => ApacheModuleJServ.dll
        )

    [1] => Array
        (
            [type] => application/octet-stream
        )

    [tmp_name] => /tmp/phpwV4BVR
    [size] => 49152
    [2] => Array
        (
            [name] => isapi_redirect.dll
        )

    [3] => Array
        (
            [type] => application/octet-stream
        )

    [4] => Array
        (
            [name] => jni_connect.dll
        )

    [5] => Array
        (
            [type] => application/octet-stream
        )

)

greetings dalini

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-06 15:58 UTC] sniper@php.net
Is this still a problem ? Please try a snapshot from http://snaps.php.net
This should be fixed.

--Jani

 [2000-08-06 15:59 UTC] sniper@php.net
status = feedback.

--Jani
 [2000-08-11 22:40 UTC] sniper@php.net
No user feedback and this is fixed.

--Jani
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 10:01:30 2025 UTC