I am designing a form for PDA users. I save information entered by user saved in a text file when user is offline. My problem is flash MX doesn’t support this. I have tried some tool like jsave but its not working for me. Can any of u pls help.
THIS IS WHEN USER ID OFFLINE so no server script can used.
Secondly becoz security i want to store information in text file so it can be encrpted.
You can use PHP (or I believe ASP) to write to the .txt file, this assumes your form is on a server since PHP and ASP are serverside languages.
Or you can use what are known as Shared Objects, they are sort of like cookies for Flash (but they don’t get cleared when someone clears their browser cache/cookies)
Thanks for replying. but let me put i question probabaly first of all i want to save information when user is OFFLINE so server scripts can’t be used. Secondly due to some security reason i hve use text file that can be encrypted later. so it has to be in a text file. I hope now i have made myself clear.