Re: File upload problem

2002-11-28 Thread Stelian Iancu
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

File upload problem

2002-11-27 Thread Stelian Iancu
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 (

File Upload Problem on IE and Opera

2002-02-07 Thread Elwyn Chow
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

Urgent IIS server - File Upload problem.

2001-11-11 Thread Rajeev Rumale
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