Ok please don't get me started on the oddness of what I'm doing, it's just the way it has to be.
I have a series of forms, for which I need to let the user at any point say... I need a smoke, save my current progress, I'll come back later. Unfortunately the requirement is such that it is saved on the users machine... the data is too sensitive for the server to hold.
My thinking is I'll just serialize my session to file, serve up the file, and then erase it.
Fine great, but then I'll need to supply an upload file form later, which really just seems silly to me. I would like to think I can save the serialized data in such a fashion that when they click that .html or .hta(thinking of other possibilities) it will automagically take them to a given page (back on the server) and supply the serialized data. Does anyone have any ideas how I might accomplish this? Perhaps I should be posting in the plain HTML topic, because what I guess I'm asking is for a way to have a local HTML file submit some pre-stored $_POST data.
Thanks for any ideas.
-Rob
I have a series of forms, for which I need to let the user at any point say... I need a smoke, save my current progress, I'll come back later. Unfortunately the requirement is such that it is saved on the users machine... the data is too sensitive for the server to hold.
My thinking is I'll just serialize my session to file, serve up the file, and then erase it.
Fine great, but then I'll need to supply an upload file form later, which really just seems silly to me. I would like to think I can save the serialized data in such a fashion that when they click that .html or .hta(thinking of other possibilities) it will automagically take them to a given page (back on the server) and supply the serialized data. Does anyone have any ideas how I might accomplish this? Perhaps I should be posting in the plain HTML topic, because what I guess I'm asking is for a way to have a local HTML file submit some pre-stored $_POST data.
Thanks for any ideas.
-Rob