I want to write my data into a file from OpenLayers, I have gone through Prototype.js and jQuery.twFile.js or anyother way to write into a file.

share|improve this question
1  
Try to be more specific in your question. To write anything to a local file from a web page, you would likely need to use silverlight or flex. Browser support for writing to local files using javascript is inconsistent, bleeding edge. – awesomo Jan 21 at 19:19
Ok sure, Thanks a lot. – SriRamaChandra.G Jan 22 at 6:21
Try to close this in some way. May @awesomo put his comment in a answer to be accepted. – Magno C Jan 22 at 10:03

1 Answer

To write to a local file from a web page, you would likely need to use silverlight or flex. Browser support for writing to local files using javascript is inconsistent, bleeding edge.

share|improve this answer

Your Answer

 
or
required, but never shown
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.