Getting progress of an uploaded file.
"Peteris Krumins [Newsgroups]" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
Hello! I have developed an app which uploads files via HTTP. I use LWP for this. Unfortunately I can't find a way to get stats of how much has been uploaded. Is there a way to specify a callback or smth similar which would periodically be called with information available of how much has been sent over the wire? If this is not possible then maybe I could use my own sub to pass chunks of data to be uploaded to LWP? Thanks, Peteris Krumins