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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 05:01:32 2024 UTC