Re: How to upload pdf files in django

2019-03-03 Thread Derek
m my Redmi 4 > On mazz ahmed >, 02-Mar-2019 7:35 PM > wrote: > > Use FileField to upload files. > > On Sat, Mar 2, 2019 at 7:01 PM Akshay Gupta > wrote: > >> Can Anyone tell me how to upload pdf files in django >> >> -- >> You received this message

Re: How to upload pdf files in django

2019-03-03 Thread Luis Zárate
Files come on request.FILES and remember form need to be multipart . El domingo, 3 de marzo de 2019, Hrishikesh K.B escribió: > > > 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'] ?? > > See https://docs.django

Re: How to upload pdf files in django

2019-03-03 Thread Hrishikesh K.B
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'] ?? > See https://docs.djangoproject.com/en/2.1/topics/http/file-uploads/ -- You received this message because you are subscribed to the Google Groups "Django us

Re: How to upload pdf files in django

2019-03-02 Thread gakshay1210
and to get back data from form request.POST['file_name'] ?? Sent from my Redmi 4On mazz ahmed , 02-Mar-2019 7:35 PM wrote:Use FileField to upload files.On Sat, Mar 2, 2019 at 7:01 PM Akshay Gupta <gakshay1...@gmail.com> wrote:Can Anyone tell me how to upload pdf files in d

Re: How to upload pdf files in django

2019-03-02 Thread mazz ahmed
Use FileField to upload files. On Sat, Mar 2, 2019 at 7:01 PM Akshay Gupta 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 t

How to upload pdf files in django

2019-03-02 Thread Akshay Gupta
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+unsubscr...@googlegroups.com. To po