문제

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?

도움이 되었습니까?

해결책

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.

다른 팁

I got it.

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top