What is the best way to upload video for display in a Django-based website?
It appears FileField is one way to upload the video and html video
elements the way to display it.
I have used ImageField successfully and wonder if anyone is doing a
VideoField?
The
djangopackages.org site mentions a few video apps and one of those
would probably do the trick. Does anyone have any recommendations?
The use case is on-line training software where you upload a video so
the students don't have to be able to read the instruction.
Thanks for any input.
Cheers
Mike