> On Fri, Dec 19, 2008 at 8:50 AM, e deleflie <[email protected]> wrote: >>> On Thu, Dec 18, 2008 at 11:15:09AM +1100, e deleflie wrote: >>>> I'm launching a new thread to upload a file (via net:http) ... then >>>> asynchronously updating the progress bar. >>> >>> Sounds like I need to finish the new `upload` method. >> >> that would be great ... although I can get what I need with net:http.
I just thought of one thing that I need to get into my app, but I don't know if it is possible to do it outside of net::http ... I need to show a progress indicator to show how much of the 100MB-1GB files that my users are uploading (to S3). I was going to do that by copying the code that S3Sync uses, which is by extending net::http to access some of the lower level methods... thereby counting the bytes that have been sent. Perhaps it is possible to do this by stream-reading the file as it gets read... I don't know. Etienne
