| Author |
parsePostData() function
|
david allen
Ranch Hand
Joined: Sep 27, 2002
Posts: 185
|
|
Hi all, I am working on an applet that will upload files to a server. I have sent the boundary and the content of the file into the output stream. Now I trying to work out the code for at the servlet that will read the files. By any chance would the parsePostData() function process the files that are uploaded and store them into a hash table. I am just taking a shot in the dark that this function will do all the server side procesing that is required to seperate the data in the ServerInputStream. regards david
|
 |
 |
|
|
subject: parsePostData() function
|
|
|