in reply to Dynamically creating a filename from HTML/CGI

What you are attempting to accomplish is handled quite nicely by the Apache::Session module, available on CPAN.

That said, yes, you can create a file from a CGI script. And yes, there are security implications. Use taint checks, and don't do anything silly (eg. letting unchecked user input near a shell.)


_______________
D a m n D i r t y A p e
Home Node | Email
  • Comment on Re: Dynamically creating a filename from HTML/CGI