file post through HTTP
Hi friends,
I am trying to post a file to a ASp page through HTTP.I am able to post file through c# client .But I am not able to post it through cocoa application written in Objective C.
I have used all information I got through google.For instance
I used NSUrl,NSUrlConnection ,NSData classes.Used encoding ..but I am not able to do this.
The posts in above forum is interesting that is why I thought I might get a solution with this forum.
My Asp website is normal with capable of accepting a posted file.
|