ios - The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 303.) -


i trying upload file cloud through openstack api. , got sucess when uploading large file (> 1 gb) uploading stops error

the operation couldn’t completed. (kcferrordomaincfnetwork error 303.)

nsinputstream *istream = [[nsinputstream alloc]initwithfileatpath:filepath]; self.request.httpbodystream = istream; 

i not able debug issue. please tell me how can identify issue.

thanks in advance


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -