How to upload pdf files in django

300 views
Skip to first unread message

Akshay Gupta

unread,
Mar 2, 2019, 9:01:35 AM3/2/19
to Django users
Can Anyone tell me how to upload pdf files in django

mazz ahmed

unread,
Mar 2, 2019, 9:05:35 AM3/2/19
to django...@googlegroups.com
Use FileField to upload files.

On Sat, Mar 2, 2019 at 7:01 PM Akshay Gupta <gaksh...@gmail.com> wrote:
Can Anyone tell me how to upload pdf files in django

--
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...@googlegroups.com.
To post to this group, send email to django...@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/51e07ac8-9029-4811-be41-c9c9a418602f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

gakshay1210

unread,
Mar 2, 2019, 10:12:01 AM3/2/19
to mazza...@gmail.com, django...@googlegroups.com
and to get back data from form .... request.POST['file_name'] ??



Sent from my Redmi 4

Hrishikesh K.B

unread,
Mar 3, 2019, 9:01:28 AM3/3/19
to Django users


On Saturday, 2 March 2019 20:42:01 UTC+5:30, Akshay Gupta wrote:
and to get back data from form .... request.POST['file_name'] ??

Luis Zárate

unread,
Mar 3, 2019, 1:56:42 PM3/3/19
to django...@googlegroups.com
Files come on request.FILES and remember form need to be multipart .
> --
> 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...@googlegroups.com.
> To post to this group, send email to django...@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/6077d93d-96bc-4790-98fe-0b1788f3c23e%40googlegroups.com.

> For more options, visit https://groups.google.com/d/optout.
>

--
"La utopía sirve para caminar" Fernando Birri



Derek

unread,
Mar 4, 2019, 2:23:26 AM3/4/19
to Django users
Reply all
Reply to author
Forward
0 new messages