Re: NSURLRequest progress as uploading file with POST?
Re: NSURLRequest progress as uploading file with POST?
- Subject: Re: NSURLRequest progress as uploading file with POST?
- From: Shawn Erickson <email@hidden>
- Date: Tue, 5 Apr 2005 08:13:19 -0700
Nope sorry, you need to pay the usual fees first and our records show
you haven't.
;-)
If you didn't get an answer it likely means that no one knows the
answer, your question isn't detailed enough, or with exists APIs it may
not be possible. It may help to show a snippet of code showing how you
are currently working with your request.
Taking a wild stab at it... do you get a
connection:didReceviceResponse: call back for each part of the
multipart form as outline in the following document?
<http://developer.apple.com/documentation/Cocoa/Conceptual/
URLLoadingSystem/index.html#//apple_ref/doc/uid/10000165i>
Another option is possibly drop down to using CFNetwork Services
directly...
<http://developer.apple.com/documentation/Networking/Conceptual/
CFNetwork/index.html>
-Shawn
On Apr 4, 2005, at 8:23 PM, Scott Andrew wrote:
Can I please get help?
Scott
On 4/2/05 6:13 PM, "Scott Andrew" <email@hidden> wrote:
I have a NSURLRequest question.
I am using NSURLRequest to "POST" files in a mutipart form request.
When
watching the packets via ethereal I notice that the data goes through
in
chunks. My question is this:
Do any of the delegates get called as the data is pushed through? I
would
like to put up an accurate progress bar for the upload. Is there any
way to
get an accurate progress bar?
Scott Andrew
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden