php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9992 multipart/form-data upload-problem
Submitted: 2001-03-26 07:27 UTC Modified: 2001-03-26 15:52 UTC
From: TobiasGutzmann at gmx dot de Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0.4pl1 OS: Redhat Linux 7.0
Private report: No CVE-ID: None
 [2001-03-26 07:27 UTC] TobiasGutzmann at gmx dot de
uploading stuff with s.th. like
<form enctype="multipart/form-data" action="indexphp3" method="post">
<input type="hidden" name="action" value="pics">
<input type="hidden" name="subaction" value="upload">
...
</form>

after submitting this, suddenly $action equals to " action" (with a leading blankspace), $subaction equals to " upload" and so on.
Our server is a Redhat-Linux 7.0 with apache 1.3.14
This does not happen in the same script on a different server (I don't know anything about it than it's using php 4.0.1)


I hope someone can help me

Tobias

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-26 15:52 UTC] sniper@php.net
This should be fixed in CVS. Please try the latest CVS snapshot from http://snaps.php.net/
Reopen this bug report if problem still exists in the latest CVS.

--Jani

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