in reply to
Re^11: file upload and IO::Handle
in thread
file upload and IO::Handle
my ($sessid) = $ENV{QUERY_STRING};
Are you using taint checking (#!/usr/bin/perl -T --)? sessid could contain evil characters....
Comment on
Re^12: file upload and IO::Handle
Download
Code
In Section
Seekers of Perl Wisdom