How to automatically save using javascript uploadcare?

I am using the uploadload utility from ( uploadcare.com )

I read the documentation but cannot find a way autostorewhen using the javascript api after downloading the file.

Is autostore function available only in widgets and REST api?

+4
source share
2 answers

Uploadcare is autostore distributed here.

autostore ( ) , . , , , - .

+3

.

UPLOADCARE_AUTOSTORE = true; , UPLOADCARE_PUBLIC_KEY = 'pk';

+1

All Articles