I am sending a json string from my iphone application to server using ASIFormDataRequest. Sometimes when that string is too big, iphone doesn’t send it. request setTimeOutSeconds is 60 seconds. I want to make chunks of my json string when its big and then send those chunks to server. i can not use componentsSepratedByString: method. How can i make an array of substrings of json string. lets say that every substring length should be 200. Thanks in advance.
I am sending a json string from my iphone application to server using ASIFormDataRequest.
Share
Try something like this: