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.

Expiry of sessionStorage

I am building a form in which i have to store the data in html5's sessionStorage i don't know …

javascript html storage
In Laravel, how can I obtain a list of all files in a public folder?

I'd like to automatically generate a list of all images in my public folder, but I cannot seem to find …

php laravel storage
How can I save some user data locally on my Xamarin Forms app?

I have a simple Xamarin Forms app. I've now got a simple POCO object (eg. User instance or an list …

xamarin storage xamarin.forms
What are MySQL database engines?

I looked around and found some of the MySQL engines are innodb and MyISAM. Perhaps there are few more. My …

mysql database storage innodb database-engine
Calculating usage of localStorage space

I am creating an app using the Bespin editor and HTML5's localStorage. It stores all files locally and helps …

javascript size storage local-storage capacity
Save user object in Session Storage

I am using Angular 2 and Typescript and wanted to save the user object like a global variable so it hasn't …

angular typescript storage session-storage
how to check if directory exists with Storage:: facade in laravel?

What is the counterpart of: if (!File::exists($path)) using Storage:: in Laravel 5.1 ? Anyone?

file laravel storage
`/storage/emulated/legacy/` vs `/storage/emulated/0/` vs `data/data/myApp'

I want to save in my app an imageFile I want "Google+ cropper app" to use it. But the later …

android storage
Where is Android Emulator Internal Storage

I have an error due to the contents of a file stored in internal storage on my Android Emulator. (I …

android storage internal
Creating and Storing Log File on device in Android

I am planning to automate the testing of an application by creating a log to store some results of execution …

android file logging storage