How can i use Uppy in Django?

I want to use Uppy in my Django project but according to the Uppy documentation this is a browser based file uploading mechanism. I don’t understand how can i implement uppy in Django server side and client side.

1 Like

Uppy is build with Preact so it’s client-side rendered. When using a server-side framework, make sure to load Uppy on the client. Then it should be more or less the same with the next steps, depending on how you want to use Uppy.