Re: write into text file and save it to the server
"Ceron, Jay" <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <[email protected]> |
If you're using servlets and jsp, look at the MultipartParser class in http://www.servlets.com/cos/index.html. Just fill up input params in the jsp, and have the servlet and use this class to write to a file, set file location, etc. -----Original Message----- From: amel amel [mailto:[email protected]] Sent: Tuesday, April 29, 2003 3:58 PM To: [email protected] Subject: write into text file and save it to the server hi, i want to write into a text file, from html page, and save it to the server to can be loaded by all client. all client must save the file to the meme place, thanks ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com ___________________________________________________________________________ To unsubscribe, send email to [email protected] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [email protected] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html