Top "Save" questions

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

How to save a base64 image to user's disk using JavaScript?

I have converted the source content from the <img> html tag to a base64String using JavaScript. The …

javascript html image base64 save
PHP mPDF save file as PDF

I have a page which uses mPDF which when you run displays a PDF in the browser, it can also …

php pdf save mpdf
Image, saved to sdcard, doesn't appear in Android's Gallery app

I save an image to the sdcard and it doesn't appear in the Gallery application until I pull off the …

android image save gallery
Write and read a list from file

This is a slightly weird request but I am looking for a way to write a list to file and …

python file list python-2.7 save
How to save a bitmap on internal storage

this is my code I and I want to save this bitmap on my internal storage. The public boolean saveImageToInternalStorage …

android bitmap save
How do I get the coordinate position after using jQuery drag and drop?

How do I get the coordinate position after using jQuery drag and drop? I want to save the coordinate to …

jquery drag-and-drop save position
Android Saving created bitmap to directory on sd card

I created a bitmap and now i want to save that bitmap to a directory somewhere. Can anyone show me …

android image save
Saving numpy array to txt file row wise

I have an numpy array of form a = [1,2,3] which I want to save to a .txt file such that the …

python numpy save
How to save svg canvas to local filesystem

Is there a way to allow a user, after he has created a vector graph on a javascript svg canvas …

javascript svg save filesystems local
how to save DOMPDF generated content to file?

I am using Dompdf to create PDF file but I don't know why it doesn't save the created PDF to …

php file pdf-generation save dompdf