How Uppy integrates Convex's File Storage
As shown in the figure, I use Uppy's XHR for file transfer, which requires an endpoint address. In this case, should I use the convex Deployment URL as this address or use something else?
2 Replies
You'll want to make an HTTP endpoint, we call these HTTP actions https://docs.convex.dev/functions/http-actions
The URL will look something like happy-animal-123.convex.site/your-route, note site instead of cloud
HTTP Actions | Convex Developer Hub
HTTP actions allow you to build an HTTP API right in Convex!
Thank you Tom @ballingt , you cleared up my confusion 🙂