Re: [PHP] anyone have HTML snippet example of HTTP method = put?
<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
.
Relevant Pages
- Re: Linux still surfs slower than Windows
... That wouldn't explain why the Linux browser chokes on any given ... >>up with the same DNS configurations. ... > although it seems they do work properly with MS requests. ... (comp.os.linux.networking) - strange msg lines..
... No, they're not errors, they're just requests for your home page ... SetEnvIfNoCase Referer buy-vicodin-online\.us go_away ... various porn URLs as wannabe proxy requests, ... In your case, the browser identification, most likely bogus, is a common ... (freebsd-questions) - Re: IIS 6.0 NT Authorization problem, slow response
... they are part of an expected authentication handshake. ... not a problem with IIS but rather with something you did. ... errors are caused by your browser and not someone else? ... NT4 file security when client requests file. ... (microsoft.public.inetserver.iis.security) - Re: Windows Update Version 5 Problem
... with its requests and what is being received. ... I suspect it is not your browser which is telling you that but the ... It's pretty simple to test this idea by comparing the User-Agent string ... Another site which you could use for comparing browser functionality is: ... (microsoft.public.windowsupdate) - Re: [WWW] Anime FAQs update
... Japanese Language Support."? ... 1024x768 - yeah, fair enough, but at least make some attempt to verify ... proper verification tool, such as the free one available at www.w3.org. ... Visitor profiles - More than one browser fakes its response to requests ... (rec.arts.anime.misc) |
|