Tsuna
Tsuna

Reputation: 2198

uploadcare using js to store to s3

I am currently using uploadcare with the plan that would work with s3 upload. I have been reading the api documentation of uploadcare and searched around how to use jQuery ajax to send to my s3 bucket Somehow I just couldn't find the answer to it.

Anyone able to give me a hand with this?

Thanks in advance.

Upvotes: 1

Views: 199

Answers (1)

Mekicha
Mekicha

Reputation: 851

First off, take a look at this question in their knowledge base. In summary you can use the javascript REST API to achieve that.

The REST API has the method POST /files/ which is obviously what you need. And which I linked to above.

Upvotes: 1

Related Questions