On Jo, 2002-11-28 at 09:55, Stelian Iancu wrote:
> Hello!
>
> I have a simple form with a file upload field. Then, I want to save the
> uploaded file into a directory. So here it the code:
>
> #!/usr/bin/perl
>
> use strict;
> usw warnings;
> use CGI;
>
> my $q = new CGI;
> my $filename = $q->u
Hello!
I have a simple form with a file upload field. Then, I want to save the
uploaded file into a directory. So here it the code:
#!/usr/bin/perl
use strict;
usw warnings;
use CGI;
my $q = new CGI;
my $filename = $q->upload('fisier');
my $buffer;
open (OUTFILE, ">>/test/$filename");
while (
Hi Everyone,
I'm writing a program that allows people to send emails with
attachments via a web page. It stores these attachments encoded on the
hard disk like they would look in the final text file that gets send.
For some reason, IE and Opera isn't reading a value from
Dear friends,
I have received this error while uploading a file via cgi.
The code used has been working fine on the internal servers but gives the
following error on the ISP server.
Software error:
CGI open of tmpfile: Permission denied
For help, please send mail to this site's webmaster, giv