Using HTTP::Request::Common and $DYNAMIC_FILE_UPLOAD
Dario Mratovich (dmratovich@london.newsquest.co.uk)
Fri, 30 Jun 2000 17:42:59 +0100
Is there any more documentation about using HTTP::Request::Common module
with the $DYNAMIC_FILE_UPLOAD variable set to true? The CPAN documentation
is a little sparse and being a newish Perl person I'm not too sure what is
meant by the request object returning a subroutine closure as the content
attribute after setting this variable to true.
I can get my script to work with a standard file upload, but I need to be
able to upload arbitrarily large files.
Any help would be gladly appreciated.
Regards
Dario