Skip navigation.
 
mlRe: Getting progress of HTTP POST as it's being UPLOADED
FROM : Ferdinand Svehla
DATE : Wed Aug 30 17:35:46 2006

> I need to get the status of a POST request as it's being uploaded. 
> I need
> this information so that I can display how many bytes have been 
> uploaded so
> far, and how many are left to be written.


You might be interested in some old code I wrote for exactly that 
purpose, feel free to take everything you want.

http://dev.lorem-ipsum.at/LIHTTPUpload.h
http://dev.lorem-ipsum.at/LIHTTPUpload.m

To be honest, I am not perfectly sure if you could answer questions 
for the code,
I never used in production (it was more of a experiment) it but it 
worked quite good.

Yours,
Ferdinand

Related mailsAuthorDate
mlGetting progress of HTTP POST as it's being UPLOADED Daniel Kurtz Aug 29, 22:52
mlRe: Getting progress of HTTP POST as it's being UPLOADED Gary Fielke Aug 30, 06:31
mlRe: Getting progress of HTTP POST as it's being UPLOADED Daniel Kurtz Aug 30, 08:59
mlRe: Getting progress of HTTP POST as it's being UPLOADED Gary Fielke Aug 30, 14:43
mlRe: Getting progress of HTTP POST as it's being UPLOADED Ferdinand Svehla Aug 30, 17:35