Re: Using HTTP/PUT with PHP & Apache & Any browser in the whole world that works properly??????

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Chris Dowell wrote:
Guys

According to the docs, you need to use either php://stdin or php://input to read from files uploaded via PUT, however I'm unable to get even that far.

My HTML form is as shown:

<form action="index.php" method="put" enctype="multipart/form-data">
<input type="file" name="putfile" /><input type="submit" />
</form>

However both firefox & IE use GET instead of PUT. Has anyone used PUT for anything, and if so, how did you get this most basic of steps to work?

FYI, googling for "html forms method=PUT -xforms" gets me nothing.

Can you just use 'POST' as your form method?

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
john@xxxxxxxxxxxx

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux