RE: upload question

2005-08-22 Thread David Aldridge
If this is the full code, you do not assign a value to $sigla is the first thing that I see. _ From: Cristi Ocolisan [mailto:[EMAIL PROTECTED] Sent: Monday, August 22, 2005 5:20 AM To: beginners@perl.org Subject: upload question Hi all, Does anybody know why this code does NOT

upload question

2005-08-22 Thread Cristi Ocolisan
Hi all,   Does anybody know why this code does NOT copying the file into the specified directory? After the script is executed, my file is listed into the directory, but empty…   Strange?   my $upload_dir = "../../witp/sigle_firme"; my $max_size = 1024_000;   my $file_name;