PUT HTTP verbs indicates you are creating & writing a file on Web server - Basic concept of ASP.NET

Q.  Which one of the following HTTP verbs indicates that you are creating and writing a file on the Web server?
- Published on 24 Jul 15

a. POST
b. SET
c. GET
d. PUT

ANSWER: PUT
 

    Discussion

  • Ramesh   -Posted on 21 Oct 15
    PUT verbs indicates that you are creating and writing a file on the Web server.
    It allows the browser to create a resource at the indicated URL on the server. If the file exists the content of the file will be overwritten.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)