Showing posts with label Read and Write Local files. Show all posts
Showing posts with label Read and Write Local files. Show all posts

Saturday, June 18, 2011

Read and Write local files in Firefox

In last post (Read and Write local files in IE), we talked about how to read and write local files in IE. In this post, let’s continue this topic, and finish this function in Firefox.
The following code is about reading and writing local files in Firefox.

Friday, June 17, 2011

Read and Write local files in IE

In Web Applications, Reading local files in browsers is not common behavior. Web Front End Developers can use this behavior to simulate the provision of Web Back End data. Then, we can implement parallel development of Web Front End and Web Back End. The development efficiency will also be improved.
The following code is about reading and writing local files in IE.