[Q] Python CGI Q

Tim Roberts timr at probo.com
Sat Apr 6 23:53:09 EST 2002


"John" <nobody at nobody.com> wrote:
>
>Hi, I'm wondering if I can write a CGI that loads/edits/saves files on
>server side.. (I don't need to worry about security concerns for this
>application) Any starting point or open-source?

EVERYTHING in a CGI script happens on the server side.  You can create a
<TEXTAREA> and copy the contents of your file inside it, then have a second
script wait for the response and write the new contents out.
--
- Tim Roberts, timr at probo.com
  Providenza & Boekelheide, Inc.



More information about the Python-list mailing list