From:             [EMAIL PROTECTED]
Operating system: Redhat Linux 7.0
PHP version:      4.0.4pl1
PHP Bug Type:     Scripting Engine problem
Bug description:  multipart/form-data upload-problem

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


-- 
Edit Bug report at: http://bugs.php.net/?id=9992&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to