I want to use django-uploadify to upload for videos only, I just want it to upload videos only, all kind of videos, or at least all kind of popular video formats.
So far, i added uploadify
in settings.py
and in urls.py
I added this
(r'^uploadify/',include('uploadify.urls')),
But didn't go through every step described in the docs just yet, I'll do the other steps when you tell me how to configure django-uploadify for videos only.
django-uploadify is not well documented so i'm relying on your experience to configure it.
if you have a better way to create a video uploading form, please tell me.