| Author |
help needed : doGet() - large data
|
yuvaraj vanarase
Greenhorn
Joined: Sep 29, 2004
Posts: 9
|
|
hi , I am adding some features in already made project.i want to transfer large data from webpage to servlet. There is "doGet()" method alredy used so i cant send data above its limit. Also i cant change "doGet()" by "doPost()" as it will affect the project code a lot. So could anybody tell me how to solve this problem..?? How can i transfer large amount of data (above 10k) (i.e. exceeding doGet() limit) using same doGet() method. Any solution plz..!! Thanx in Adv yuvaraj
|
-------<br />yuvaraj
|
 |
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
|
|
No solutions. You have to use doPost() anyway. Why changing the whole code just write a method as below in your servlet.
|
 |
 |
|
|
subject: help needed : doGet() - large data
|
|
|