I have an edit box into which the user enters data, this data is critical
but can only be saved into the database when all is entered. It can take up
to 4 hours to enter all the data.
Currently the data is saved to a temporary file in case of system crash
periodically, what I want to do is somehow page the edit box contents to a
file as the data is entered.
How could I do this?
Thanks