Re: anyone have HTML snippet example of HTTP method = put?

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

 



> <form method="PUT" action="work.php">
>  File: <input type="file" />
>  <input type="submit" value="Submit" />
> </form>
>
> Looking in my webserver logs, it changes that to a GET.

You could use Fiddler to verify what type of requests your browser is making:

http://www.fiddlertool.com

If it is indeed the browser, chances are it doesn't support PUT.

-- 
Richard Heyes
http://www.phpguru.org

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