David Robley wrote:

> On Tue, 14 Aug 2001 18:43, Rukhiya wrote:
> 
>>Hi!
>>
>>How do I use  a PUT method  support  to upload files from the client to
>>the WEB server? Can anyone pls. help me out to find a solution to these
>>problems. It's very urgent!!!!
>>
>>
>>regards
>>Rukhiya
>>
> 
> http://au2.php.net/manual/en/features.file-upload.php
> 

The procedure described in the manual will work on PHP3 only. It seems 
the "PUT" method is broken since the birth of PHP4. And I don't see the 
PHP devlpement team has assigned any resource to fix it. You must 
consider the alternative method to upload file to web server, such as 
the "POST" method, or other server-side script language.

For more details of this bug, you can find it under the bug #4763, 
#4986, #6672, #10307,  #10383 and #12754 in the bug database.


-- 
PHP General 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