Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

save form data to a file

843836May 4 2005 — edited May 9 2005
Currently I am using method="post" enctype="application/x-www-form-urlencoded">

which works great if I want the user to select the directory where to store a file with the FORM information. Now, requirements have changed and all FORM information is to be stored in a single directory on a unix box. For now I'd like to use the jspDate function to create the file name but will think about that later. My biggest priority is to get the FORM data into a specified directory without user interaction.

Any thoughts or code I should consider?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 6 2005
Added on May 4 2005
8 comments
412 views