ID: 9206
Updated by: lobbin
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: IIS related
Operating System: Win NT 4
PHP Version: 4.0.4pl1
New Comment:

Does the same happen on 4.1.1?


Previous Comments:
------------------------------------------------------------------------

[2001-02-10 15:53:14] [EMAIL PROTECTED]

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.
 


------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=9206&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