I need to upload video from the frontend website to my Django.
I need to compress the video before downloading it.
So, I need libraries (e.g. javascript libraries) for use on the client side (browser) to compress the video and call my ajax function to load it.
Is it possible?
Can we offer me something like javascript libraries to do this?
source
share