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
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: TobiasGutzmann at gmx dot de
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 17:01:30 2025 UTC