Top "Save" questions

To store (data) in a computer or on a storage device.

JavaScript: Create and save file

I have data that I want to write to a file, and open a file dialog for the user to …

javascript file dialog save
Save bitmap to location

I am working on a function to download an image from a web server, display it on the screen, and …

android bitmap save
How to do a "Save As" in vba code, saving my current Excel workbook with datestamp?

I have an Excel Workbook that on form button click I want to save a copy of the workbook with …

excel excel-2007 archive save vba
How to edit/save a file through Ubuntu Terminal

This is quite a simple question: I just need to open a file (this filename is galfit.feedme). I can …

file ubuntu terminal save edit
How can I save an image with PIL?

I have just done some image processing using the Python image library (PIL) using a post I found earlier to …

python save python-imaging-library
How To Save Canvas As An Image With canvas.toDataURL()?

I'm currently building a HTML5 web app/Phonegap native app and I can't seem to figure out how to save …

javascript html cordova canvas save
How do I enable saving of filled-in fields on a PDF form?

Some PDF forms can be saved, including all filled-in field data: Some others can not be saved, and all filled-in …

pdf save field pdf-form
Storing Python dictionaries

I'm used to bringing data in and out of Python using CSV files, but there are obvious challenges to this. …

python json dictionary save pickle
Basic http file downloading and saving to disk in python?

I'm new to Python and I've been going through the Q&A on this site, for an answer to …

python file download save