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
Post a Comment