[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 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.
I've never heard of using an http form to handle an ftp file upload. If an http form can do it, you can have your templates spit it out. If you do end up doing ftp upload, django won't be what handles it, as it is run through your http server.
are there any snippets around that show how to use the ftp upload from
a webapplication ?
I haven't even found anything that says how to do it with straight html.

Good luck!

Jeff Anderson

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to