![]() |
|
No such thing as a small change | |
PerlMonks |
Re: Handling incoming HTTP PUT - RESUME (partial content) in cgiby zentara (Archbishop) |
on Aug 23, 2010 at 11:40 UTC ( #856682=note: print w/replies, xml ) | Need Help?? |
* How and where do I store the partial PUT request data
* How to uniquely identify the resumed requests from the clients and completely
process the request from a given client. You might want to look at CGI::Session, it stores all transactions in a database, and you probably can use that to identify resumed requests by examining the last transaction.
In Section
Seekers of Perl Wisdom
|
|