what use Imagefield?,  you use FileField is you need the user upload a
video like mp4. avi, mpg etc.
and in your html use tag <video> for render. {{object.video}}
example
<video width="320" height="240" controls>
  <source src="{{object.video}}" type="video/mp4">
Your browser does not support the video tag.
</video>



On Mon, Mar 12, 2018 at 1:16 PM, djangorobert <djangocharm2...@gmail.com>
wrote:

> Hi Im not sure if i am the only one in the Django community who has been
> trying to add this feauture for a couple of years Basically what i want is
> to let the user upload videos.
> I know that you could add the line in your models with a ImageField is
> that right?
>
> but then in the template with a
>
>
> {{ object.photo.url}}.
>
> you could do something like that
>
> but when i load the page it just does not load the pictures or videos
>
> any help would be great thanks
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/0e2b1c19-5aa9-4dab-bec7-b61a689006f7%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/0e2b1c19-5aa9-4dab-bec7-b61a689006f7%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
att.
Carlos Rocha

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAM-7rO1PuJngmq-gpEmojW8T9HaemhKVDqpTzu_yre%3DVLrxFfQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to