Saving a document on local computer
Hi,
I have developed an IFrame based editor using DHTML/javascript. I want the user to be able to save the documents that they are editing on their local machine. I am using document.execCommand("saveAs"); for this purpose.
The problem is that the images don't get saved with the document i.e. it only saves a single HTML page. I want to save images as well as the HTML like the browser's own File=>Save As (webpage complete)option does.
ANY work around to this problem would be more than welcome.
|