Re: Type of Uploaded File CGI.pm

2004-06-10 Thread Wiggins d Anconia
> > Hi all > > I am trying to find the file type of a file being uploaded > > im using CGI.pm for uploading the file > > here is the code > > > ** > > $filename1 = $q->param("test_file"); > my $uploadFileHandle = $q->upload("test_file

Type of Uploaded File CGI.pm

2004-06-10 Thread Sudhir Sambrani
Hi all I am trying to find the file type of a file being uploaded im using CGI.pm for uploading the file here is the code ** $filename1 = $q->param("test_file"); my $uploadFileHandle = $q->upload("test_file"); my $test; $type = $q->u