4

I am using a tools uploadcare from (uploadcare.com)

I read the documentation but I cannot find how can we autostore when using javascript api to after upload a file.

Is autostore feature only available on widget and REST api?

David Avsajanishvili
  • 7,678
  • 2
  • 22
  • 24
vzhen
  • 11,137
  • 13
  • 56
  • 87

2 Answers2

3

Uploadcare's autostore is covered here

Basically you need to enable autostore in project's settings (it's on by default) and on the page where you use upload dialog. So you can have several pages that enable automatic storing and some that don't.

Dmitry Mukhin
  • 6,649
  • 3
  • 29
  • 31
1

I got it.

Put the UPLOADCARE_AUTOSTORE = true; just like the UPLOADCARE_PUBLIC_KEY = 'pk';

vzhen
  • 11,137
  • 13
  • 56
  • 87