Skip to content Skip to sidebar Skip to footer
Showing posts with the label File Io

Saving Dataurl(base64) To File On Phonegap (android)

I'm converting canvas to dataURL(base64) type and I wanted to save it to phone filesystem using… Read more Saving Dataurl(base64) To File On Phonegap (android)

Is It Possible To Check If A File Exists On Disk Using Javascript (not Running In A Browser)?

I am using an app that uses only JavaScript as its scripting language. I have a .ini file and I nee… Read more Is It Possible To Check If A File Exists On Disk Using Javascript (not Running In A Browser)?

How To Write Binary Data To A File Using Node.js?

I am trying to do toDataUrl() of canvas, and it gives base64 data. I want to store it as a png. I c… Read more How To Write Binary Data To A File Using Node.js?