Re: What is the best way of uploading large files from Django?

2007-01-14 Thread Istvan Albert
I have not yet used Tramline with Django I am expecting to do so in case I need to rewrite a Zope application. I have had good experience using JUpload (again with Zope not Django). It might be that one needs to deploy the Tramline on a separate mod python handler not the one Django is running

Re: What is the best way of uploading large files from Django?

2007-01-12 Thread Pythoni
Istvan, Thank you for your reply. I know about tramline but I was not able to use tramline together with Django. Do you use tramline by yourself? La. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

What is the best way of uploading large files from Django?

2007-01-12 Thread Pythoni
I use Django with mod_python and it works great. But when I try to upload large file ( 90 MB)via HTTP FORM I received an error. Can anyone suggest a way how to upload such file?I was thinking about FTP protocol but it is difficult because a user who uploads the file would have to use FTP client