hi gurus,
    i use the upload() function in the CGI module to get a file in the
filefield tag, but i don't understand how to get it to the server?
$fh=$q->upload('file_to_be_uploaded');
while(<$fh>){
    print;
}
but nothing happens, i keep searching about the file in the directory that
should be located in after uploading, but no good, if any can help, it will
be just fine.


Thanks.

Hytham Shehab

Reply via email to