Re: IIS Setup Problem (Perl)

2002-06-24 Thread Andrew O'Brien
Kumar, Please send problems like this to the list as there are others beside yourself that may benefit from the discussion. "You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed." Rather than asking for more in

Re: Uploading files to an EmbPerl script?

2002-06-24 Thread Kee Hinckley
>I want to have this form post to an EmbPerl script that will accept the >upload and put it into a file. I've done this sort of thing before in a Perl >CGI script, but I need to do it in EmbPerl if at all possible. Here's a code excerpt. Won't run as is, but should give you the necessary inf

Uploading files to an EmbPerl script?

2002-06-24 Thread Leeland Heins
I've got a form that looks sort of like this: I want to have this form post to an EmbPerl script that will accept the upload and put it into a file. I've done this sort of thing before in a Perl CGI script, but I need to do it in EmbPerl if at all possible. In $fdat, I'm seeing the follow