L
latin0511
I'm using the procedural upload() function from CGI.pm.
In this line:
my $fd_file = upload( 'file' ) or die( "upload() ( $! )" );
I encounter the weird-looking error:
"Inappropriate ioctl for device".
I don't understand what could be the problem. I did exactly like they
say in the manual.
Can you please help me solve this problem?
Thanks a lot!
In this line:
my $fd_file = upload( 'file' ) or die( "upload() ( $! )" );
I encounter the weird-looking error:
"Inappropriate ioctl for device".
I don't understand what could be the problem. I did exactly like they
say in the manual.
Can you please help me solve this problem?
Thanks a lot!