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 file upload.

I want to incorporate this feature in the existing frontend, is there
something in the newforms library that already covers some of this ?
If not is it possible to put the ftp upload under the file selection
box created by the newforms library.

are there any snippets around that show how to use the ftp upload from
a webapplication ?

Any help or pointers in the right direction would be greatly
appreciated.

Thanks in advance,

Richard Mendes



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to