| Author |
doPut()????
|
Sundar Murthi
Ranch Hand
Joined: Mar 05, 2004
Posts: 209
|
|
Hi My client request is not going to doPut(..) method of the servlet. servlet file is html file is web.xml file is i am using resign 3.0 as a web container help me plz
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
|
The method attribute can only be "POST" or "GET".
|
Groovy
|
 |
Sundar Murthi
Ranch Hand
Joined: Mar 05, 2004
Posts: 209
|
|
How can i upload a file to a server?
|
 |
Nitish Bahadur
Ranch Hand
Joined: Aug 25, 2003
Posts: 118
|
|
|
Use POST. HTTP PUT, which I believe is part of HTTP 1.1, can also be used. Additionally, you can look at free, Open Source implementations that allow you to do so.
|
 |
 |
|
|
subject: doPut()????
|
|
|