How to save or modify files from a browser
OK, so my question today is a bit vague, but it's one that a lot of people
seem to be asking. Is there anyway to save a file from an HTML page that
isn't strictly IE specific? I am trying to write an HTML page that opens
and XML file and lets you edit the file in the page and save it. Obviously
as a general practice this is bad, since there are huge security
implications with writing files using scripts, but there must be some way.
I am using JavaScript for most of the manipulation of the data, but after
I make changes to the XML file, I want to be able to see these changes
reflected in the saved copy on my hard disk. What options are there for
something like this?
No comments:
Post a Comment