Re: How to upload pdf files in django

2019-03-03 Thread Derek
Simple tutorial here:

https://simpleisbetterthancomplex.com/tutorial/2016/08/01/how-to-upload-files-with-django.html


On Saturday, 2 March 2019 17:12:01 UTC+2, Akshay Gupta wrote:
>
> and to get back data from form  request.POST['file_name'] ??
>
>
>
> Sent from 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 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
>>  
>> <https://groups.google.com/d/msgid/django-users/51e07ac8-9029-4811-be41-c9c9a418602f%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> -- 
> 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/CABuXbh_2%3DWead%2Bjbh6GZW9dkNawmFa3unLM1bUttW0YiDn4T6A%40mail.gmail.com
>  
> <https://groups.google.com/d/msgid/django-users/CABuXbh_2%3DWead%2Bjbh6GZW9dkNawmFa3unLM1bUttW0YiDn4T6A%40mail.gmail.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
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/94f9bad1-7a44-4797-a416-7d9651f7beb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.djangoproject.com/en/2.1/topics/http/file-uploads/
>
>
> --
> 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/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

-- 
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/CAG%2B5VyMK_gFGQyyz0vXa3KdGUbT8VyyWTYT1vD9VU6C3kTXvog%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 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/6077d93d-96bc-4790-98fe-0b1788f3c23e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 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/51e07ac8-9029-4811-be41-c9c9a418602f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.




-- 
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/CABuXbh_2%3DWead%2Bjbh6GZW9dkNawmFa3unLM1bUttW0YiDn4T6A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.




-- 
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/lg3i2vl3n6pvg6ks4g8tviam.1551535838110%40email.android.com.
For more options, visit https://groups.google.com/d/optout.


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 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/51e07ac8-9029-4811-be41-c9c9a418602f%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/51e07ac8-9029-4811-be41-c9c9a418602f%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CABuXbh_2%3DWead%2Bjbh6GZW9dkNawmFa3unLM1bUttW0YiDn4T6A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 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/51e07ac8-9029-4811-be41-c9c9a418602f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.