Upload file
Last updated
Was this helpful?
Last updated
Was this helpful?
Warpgate does not provide an endpoint for uploading files directly to our server. Instead you upload directly to the CDN using the uploadUrl
returned from .
Uploading directly to the CDN is straight forward. If you're using React as your front-end framework, you can easily call fetch
with a method PUT
.
Example code: