Top "Storage" questions

Details on how data is being kept in memory/on disks, most frequently being applied to databases, media banks and backup-recovery solutions.

where is the best place to save images from users upload

I have a website that shows galleries. Users can upload their own content from the web (by entering a URL) …

asp.net-mvc image storage security
Android - delete files on SD card on uninstall

My app downloads some multi-media files from a server when it's installed. I do this to save space on the …

android storage external uninstallation
The Difference Of Location Storage File in air

I want to ask the difference between air.File.documentsDirectory.resolvePath, File.userDirectory.resolvePath, air.File.applicationDirectory.resolvePath.. Can anybody …

file-io air location storage
What are some "mainstream" lightweight alternatives to storing files in .csv format?

I'm on a project which heavily favors the use of .csv files for data storage. I see many issues with …

csv storage local-storage data-storage
How to read/write external USB storage on Android?

I am currently making an app that needs to be able to read from and write to a USB flash …

android usb storage usb-otg
Web SQL Storage Limitations in Chrome and Android?

So I am writing a web app that needs to store ~40MB of offline data in a offline Web SQL …

android html google-chrome storage web-sql
Storing Images : DB or File System -

I read some post in this regard but I still don't understand what's the best solution in my case. I'm …

database image filesystems storage
Storing File Sizes in a Database

I am currently working on a system that involves storing multiple studies and details of their contents (A study can …

database-design storage filesize
Laravel Cannot Access Image Stored in Storage Folder after Uploading in Server

I am trying to upload and retrieve image in my Laravel project. It worked perfectly in my local server, but …

php laravel storage laravel-5.6
How to programmatically move , copy files to SD?

I am making an android app which lets the user transfer some files from internal storage to external storage(SD …

android storage storage-access-framework file-move