Hi,
1. why can't I send bigger file thru browser ? What is the limitation, if there is any ? I really do not know.
2. Which doc should I read ? I found mention of DYNAMIC_FILE_UPLAOD in perldoc HTTP::Request::Common.
But it mentions only about setting it to true value.
And I tried , $DYNAMIC_FILE_UPLOAD = 1;
which did not help.
Can u suggest the actual way to use this variable.
Thnaks.
use HTTP::Request::Common ;
use HTTP::Request::Common qw(POST $DYNAMIC_FILE_UPLOAD);
$DYNAMIC_FILE_UPLOAD = 1; # make it defined (don't know why)
But it made no differecne to the result .