Maybe you could read some generic CGI docs (see google) before start learning TG, that way you can be more familiarized with web development. You can understand how upload and donwload works on web apps. To upload files to someonelses computer you can use lowlevel socket lib (see official python docs) or you can try highlevel modules like urllib or ftplib.
On 7/6/06, OriginalBrownster <[EMAIL PROTECTED]> wrote: > > Hi, I am very new TG and i just started to learn python. I have > programmed a bit with VB. But i have had dealth with creating projects > online and dealing with servers. I was wondering if someone could point > me in the right direction, a site or something. I have to create an > online application to store documennts for my work. So it will involve > upload and downloading files. Some help there would be appreicated too > (using TG and servers to upload files to the server from someone elses > computer) > > > > > -- - Ulysses Almeida --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

