Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request ... Can you add a feature to handle file storage as part of localbase? #36

Open
inglesuniversal opened this issue May 11, 2021 · 3 comments

Comments

@inglesuniversal
Copy link

Hi, I am getting familiar with localforage, but once I discovered your version, I immediately loved it... Awesome work!

Now, the only missing ingredient in my opinion would be to store images, videos, pdf and audio files inside IndexedDB

Would you consider adding it to your project?

Thanks and #STAYSAFE

@bhumit070
Copy link

you can do that maybe by converting them into base64 string using file reader I have done this with images and whenever I want to send them to server I convert them into binary and send them to server

@inglesuniversal
Copy link
Author

Have you used locaforage? It works fine in the browser but it has issues with the space amount per file on iOS.

@bhumit070
Copy link

No i haven't ,
But if it is only issue with ios then i think nothing can be done from package maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants