To save form data to local disk,
I save data to a temporary file on the server
(unique by session id) and then prompt the user to click a link/button to download it to local disk.
Is there a better way instead of creating all the files?
Thanks,
gklinux