Re: [Tutor] noob python cgi

2008-03-16 Thread Tyler Smith
On 2008-03-16, Luke Paireepinart <[EMAIL PROTECTED]> wrote: > Tyler Smith wrote: >> Hi, >> [snip explanation] >> Three files follow. First, the html index page, followed by the >> gallery picker, followed by the thumbnail displayer. >> >> Thanks! >> >> Tyler >> [snip code] >> > In the future ple

Re: [Tutor] noob python cgi

2008-03-15 Thread Luke Paireepinart
Tyler Smith wrote: > Hi, > [snip explanation] > Three files follow. First, the html index page, followed by the > gallery picker, followed by the thumbnail displayer. > > Thanks! > > Tyler > [snip code] > In the future please include your code as attachments, to avoid e-mail programs mangling t

[Tutor] noob python cgi

2008-03-15 Thread Tyler Smith
Hi, I'm writing a webpage as a learning exercise. My first objective is to allow myself to upload files to directories in /images/, and have cgi scripts automatically generate the pages that will allow users to navigate through the images. I have a very basic prototype that does what I want, at l