php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9206 unable to load file to the disk
Submitted: 2001-02-10 15:53 UTC Modified: 2002-02-02 06:45 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: matjaz at mailroom dot com Assigned:
Status: No Feedback Package: IIS related
PHP Version: 4.0.4pl1 OS: Win NT 4
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2001-02-10 15:53 UTC] matjaz at mailroom dot com
I was using php 401pl2 for win32 and this form was working perfectly:

<html>
  <FORM ENCTYPE="multipart/form-data" METHOD=POST action="anotherfile.php">
    <INPUT NAME="file" TYPE="file">
    <INPUT TYPE="submit" VALUE="Send File">
  </FORM>
</html>

When I upgraded php version to 404pl1 and try to submit this form, browser gived me an error that the 'anotherfile.php' can not be found. Sometimes it found it but it contained no data as the variables where not be transmited from the form to the 'anotherfile.php'. If I didn't put ENCTYPE in form tag (<FORM METHOD=POST action="anotherfile.php">) it was working perfectly and it founded 'anotherfile.php' but I was no able to use input type 'file' in my form (obviusly).

I tried to downgrade php to version 403 and 402 and it din't work either. At the end I downgraded to the first version I was using at the begining and it works. So in version 401pl2 it works perfectly in all higher versionsis not working anymore.

I'm using Win NT 4 and IIS4.
 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-12 06:56 UTC] lobbin@php.net
Does the same happen on 4.1.1?
 [2002-02-02 06:45 UTC] sander@php.net
No feedback was provided for this bug, so it is being suspended.
If you are able to provide the information that was requested,
please do so and change the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 02:01:28 2024 UTC