_Aerospace_Eng_
02-04-2005, 03:35 AM
security issue here, u are not going to be able to save the file DIRECTLY to the users pc, u must get them to download the created file
sounds like you're going about this the wrong way. why on earth do you need to create files on the users' machines?
anonsu
02-04-2005, 07:15 PM
Is it possible to create the file and save it onn a webserver form javascript?
Anyways that is not an imp issue...what I am relly concerned about is creating and html file dynamically and write the data that user enters into the BODY tag. Any solution/pointers?
thanks,
Au.
you need to post the form data to a serverside language which then parses it into a DB or file, HTMl or otherwise.