I am using the php to generate some html codes
It is in the now ,
<textarea>
<html>
....
</html>
</textarea>
what i would like to do is create a button 'save as html'
When i press on it, it has a windows save as dialog, allow user choose the place to store,
then save to that place when confirm (the dialog should not be create by me, using the windows one.)
Is the workflow is : first i saved a temp html file in my server, then the user open dialog, (I do not need to worry about the 'saving to part' , just need to specific the temp html file path), and when the user close, i delete the temp file. So , how can it be realize? thanks
Thank you again.