Re: Need help with forms and files

2001-05-05 Thread Brett W. McCoy
At 10:52 AM 5/4/01 -0500, you wrote: >I am trying to append to an existing database and my cgi keeps coming up >with an Internal Server Error. I've looked this over many times with >different books as references, and I can't see what is wrong with it. My >form method is POST. Here is my code: Sha

Re: Need help with forms and files

2001-05-05 Thread SunDog
Hi Shawn, The internal server error is usually because, the unix server can't get the perl.exe to parse the .pl script. This is mostly caused by editing on Windows Client and FTP'ing up to a Unix machine. Try working on a Linux box ... and moving the files up from there. It's just th

Re: Need help with forms and files

2001-05-04 Thread Casey West
On Fri, May 04, 2001 at 12:04:37PM -0400, Timothy Kimball wrote: : : : I am trying to append to an existing database and my cgi keeps coming up : : with an Internal Server Error. I've looked this over many times with : : different books as references, and I can't see what is wrong with it. My : :

Re: Need help with forms and files

2001-05-04 Thread Timothy Kimball
: I am trying to append to an existing database and my cgi keeps coming up : with an Internal Server Error. I've looked this over many times with : different books as references, and I can't see what is wrong with it. My : form method is POST. Here is my code: My money's on you not being able to

Need help with forms and files

2001-05-04 Thread Shawn Caldwell
I am trying to append to an existing database and my cgi keeps coming up with an Internal Server Error. I've looked this over many times with different books as references, and I can't see what is wrong with it. My form method is POST. Here is my code: #!/usr/bin/perl require("cgi-lib.pl"); print