On Mon, Dec 22, 2008 at 5:24 PM, Andy Bierman <[email protected]> wrote: > > thanks -- I'm just looking for something to start a large file upload > from a WEB page. I understand protocols much better than TG widgets. > I will look into fireFTP -- thanks. >
The problem you have is that HTTP is not the protocol you want to use (which you've already identified as a problem) and it's difficult to have any other protocol integrated into a web page. If you really want to make things simple I would suggest a desktop application which can handle uploading to your servers via SFTP or something similar which is *designed* for large file uploads. A web page is not really suited to start a large file upload. -- Lee McFadden blog: http://www.splee.co.uk rejaw: http://rejaw.com/splee twitter: http://twitter.com/splee --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

