views:

297

answers:

0

hi,

i need to send a data through multipart posting and i have used Multipart.m and Multipart.h classes that i got from this below link

http://github.com/sschroed/mini-mallows

i have done everything they said and i want to set a timout for the request and i tried to do it by changing multipart.m and added a code[request setTimeOutInterval:10.0] but the request is not getting timed out.

can anybody who have used the same trick suggest me the solutins