0

I am new at Pouch DB is there a way to save a .pdf on Pouch using ngStorage or pure js? I can't find a code snippet for files that are not json. Searching for a way lead me to json in local storage. Can somone provied a code snippet or any help on how to do this?

Thanks.

Itsik Mauyhas
  • 3,824
  • 14
  • 69
  • 114

1 Answers1

0

Have you read the Pouch DB API docs?

create/update a doc

Bharath
  • 96
  • 6
  • You definitely need some front end technology to handle the upload like [PHP](http://www.w3schools.com/php/php_file_upload.asp). Then you can run a PHP script to insert into your DB. If you do not want PHP, you may want to have a look at [this](http://stackoverflow.com/questions/2320069/jquery-ajax-file-upload) – Bharath Sep 19 '16 at 19:55