Reputation: 818
What is NSURLConnection finished with error - code -1100 ? I am getting this error while uploading image from camera in iOS build. I am working in ionic 1. How this issue can be fixed?
Upvotes: 6
Views: 7360
Reputation: 27211
1100 - NSURLErrorFileDoesNotExist
Your code tries to retrieve something at wrong url. Server says the file doesn't exist.
Upvotes: 2