PHP5.2.x back end. The text data transfer is using JSON objects.
Am looking at how best to transfer around 10, 30kB PNG images from the server to the iPhone client.
Have ...
I am having trouble getting Cocoahttpserver from Duesty Designs (awesome open source library makers of CocoaAsyncSocket) to serve images from my app bundle. Using the example iPhone project I can serve ...
I'm trying to serve up png images from a Linux (c++ / Qt4.5.x) server daemon to an iPhone application that is using the Three20 framework - specifically I want to use ...
In my iPhone application I need to upload images to a server. I don't worry much about security and stuffs, just need a fast and reliable method. I can embed my ...
What is HTTP caching in iPhone and how it helps in caching images? How does it handles the image refreshing?
I will be having image URL with me. I was planning to ...
I've successfully created two different methods where each of them can upload either an image or text. But I am having problem writing a method that can post both text and ...
I'm using gtm-http-fetcher in my application. It's easy to fetch a single resource with it. Now I need to download 100 pictures at a time. I have the URL for each ...
I am using Lazy loading in my application.I want to Download images from url which starts from https i am not getting images using this so is there any steps we ...
I'm using the ASIHTTPRequest Library to send multiple images via a webservice. I've got an array of 2 images and like to send them. However only the latest image is being ...
I need to send the images to the server. Images should be converted as byte array. How to convert image into byte array and send it in a web service?
...