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.

Cheers

Chris

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



Reply via email to