image - iphone post multipart -


i trying upload image , other details using multipart post method. went through following link

http://lists.apple.com/archives/web-dev/2007/dec/msg00017.html

but not able tweak how want not able under stand content-disposition , things that. code sending other details here below.

poststring = [nsstring stringwithformat:@"u=username&p=pass&color=red&date=12]; 

i need send image gallery. using alasset access image. please help. new bee in iphone

you can use asihttprequest upload file multipart. it's pretty easy.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -