From:             ratneshmaurya at gmail dot com
Operating system: Windows XP
PHP version:      5.2.0
PHP Bug Type:     IIS related
Bug description:  Installation problem and file upload using html post not 
working

Description:
------------
While installing (with the installer) in IIS4+CGI Mode (Windows XP,
IIS6.0), I get an error message at the end of the installation (There is
a
problem with this Windows Installer Package please contact...)

Every thing in my php scripts works fine except file upload using http
post method.

I also tried Bug #26185, solution and added through command


C:\WINDOWS\system32> iisext.vbs" /AddFile "C:\Program
Files\PHP\php-cgi.exe" 1 PHP 1 "PHP: Hypertext Processor"

But it didnt solved the problem.


Reproduce code:
---------------
<form action = "upload.php"...
<input type = "file" ..../>
<input type = sumbit....../>
</form>

Expected result:
----------------
the file which i selected must get uploaded to the upload_temp_dir as
specified in the file php.ini

The same code works for me on a different machine where the php was
successfully installed.

Actual result:
--------------
no file got uploaded. i tried files with different sizes as low as 1kb.
and specified different upload directories for upload. Nothing worked on
that machine.

-- 
Edit bug report at http://bugs.php.net/?id=40217&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=40217&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=40217&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=40217&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=40217&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=40217&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=40217&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=40217&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=40217&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=40217&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=40217&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=40217&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=40217&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=40217&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=40217&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=40217&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=40217&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=40217&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=40217&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=40217&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=40217&r=mysqlcfg

Reply via email to