in reply to Re: Getting a filehandle for uploaded file
in thread Getting a filehandle for uploaded file
I've done the test according to your second quote. There's definitely nothing coming back from:<input type="file" name="file_image" ...
But it's not a POST_MAX problem. That's set to -1, which means no limit. There's a function called cgi_error(), but that's not returning anything either.my $handle_in = $cgi->upload('file_image');
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Getting a filehandle for uploaded file
by skx (Parson) on Oct 20, 2009 at 15:53 UTC |