Re: FTP upload of files threw django

2008-04-26 Thread [EMAIL PROTECTED]
Thank you all for the responses, I will start looking into it and see if there is a solution for this. I will ask the developer again who saw this once before. Regards, Richard On Apr 26, 10:16 am, pgb <[EMAIL PROTECTED]> wrote: > Hi, > I am also not an expert but personaly I would use

Re: FTP upload of files threw django

2008-04-26 Thread pgb
Hi, I am also not an expert but personaly I would use javascript/ajax with files smaller then 100MB, for larger files I would try a Java applet. Either ways use another webserver/s. Please keep us up to date. pawciobiel --~--~-~--~~~---~--~~ You received this

Re: FTP upload of files threw django

2008-04-25 Thread bedros
I'm in no way claiming to be an expert in django or in web development, but the following example on how to implement file upload progress in Nginx web server may help. It should be very similar to lighttpd web server. Assuming you're using a separate static file server so you don't involve

Re: FTP upload of files threw django

2008-04-24 Thread Steven Armstrong
[EMAIL PROTECTED] wrote on 04/23/08 13:40: > Hello All, > > I've been working on a quality control portal that uses some features > of django. The application is now completely running but the upload of > large data files is quit slow. I've been looking around how to speed > things up and the

Re: FTP upload of files threw django

2008-04-23 Thread Jeff Anderson
[EMAIL PROTECTED] wrote: Hello All, I've been working on a quality control portal that uses some features of django. The application is now completely running but the upload of large data files is quit slow. I've been looking around how to speed things up and the only thing i saw was using ftp

FTP upload of files threw django

2008-04-23 Thread [EMAIL PROTECTED]
Hello All, I've been working on a quality control portal that uses some features of django. The application is now completely running but the upload of large data files is quit slow. I've been looking around how to speed things up and the only thing i saw was using ftp upload instead of the http