Please anyone tell me how to create a .txt file from client side using javascript or jquery.
I am doing a project currently for one survey purpose in an exhibition. We are going to use an android tablet to conduct the survey. There will be chance to lost the internet connection in between. At that time if a user submits the form the data will be lost. So my plan is to store the data submitted by the user before submitting as a text file using javascript or something like that.
Please suggest some idea.