Re: Zip file upload

2019-01-01 Thread Joel Mathew
No ready made solution. You have to come up with your own solution. Use
form to upload file

On Wed, 2 Jan, 2019, 9:57 AM Suresh  hi guys,
> How to upload zip file and save unzip file 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/b1643e14-b517-43f1-b8f5-b471ee3dadef%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/CAA%3Diw_-5uxLEfzkbYpyN-6Tn52ass6RxJTWw8oP_L_wsZ7F-rQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Zip file upload

2019-01-01 Thread Suresh
hi guys,
How to upload zip file and save unzip file 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/b1643e14-b517-43f1-b8f5-b471ee3dadef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


MemoryError with zip file upload

2008-01-10 Thread [EMAIL PROTECTED]

Hello All,

I don't really know if this is django specific or more python related
but i hope someone can help me out here.
I'm currently migrating a application to django and one of the new
requirements is that people can upload zip files. I talked with the
system administrator and he only let's me upload those files when i'm
sure that the contents are of a specific type.

In order to check the file comes in the request variable but when the
zip file is around 20 mb i get the following error message

data = self._sock.recv(recv_size)
MemoryError

followed by
error: (32, 'Broken pipe')

Can this be solved by allocating more memory to python ? if so how do
i do that
or is there a better trick to do something like this ( django specific
or some other method )

thanks in advance,

Richard
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---