in reply to Re^4: POST request problem
in thread POST request problem
Yes - getting anything that triggers a successful request is the most important thing. After that, you can try to coax HTTP::Request to produce the appropriate headers etc.
From a quick Google search, it seems that you enable chunked transfers globally in HTTP::Request::Common via
$HTTP::Request::Common::DYNAMIC_FILE_UPLOAD = 1;
|
|---|