save form data to a file
843836May 4 2005 — edited May 9 2005Currently 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