Hello all, this is my first post here so be gentle.
I'm looking for some info on how to download xml files to an iPad via http
I need to be able to send a request to a specific page (i.e. {server url}/?file={filename}.xml) on a webserver that will send back the requested xml file in a stream.
I'm using PHP on this and it would be quite simple if it had to be done for any PC using PHP's curl functions to get the required filename and target directory and begin streaming the file from the http server to the PC. What's the case when we need to send a file to an iPad and have it saved to a specific location so that the app can read from it?
I'm in the dark as I have no experience with iPads/iPhones apart from simple playing around with them. Any ideas folks? Thanks.
I'm looking for some info on how to download xml files to an iPad via http
I need to be able to send a request to a specific page (i.e. {server url}/?file={filename}.xml) on a webserver that will send back the requested xml file in a stream.
I'm using PHP on this and it would be quite simple if it had to be done for any PC using PHP's curl functions to get the required filename and target directory and begin streaming the file from the http server to the PC. What's the case when we need to send a file to an iPad and have it saved to a specific location so that the app can read from it?
I'm in the dark as I have no experience with iPads/iPhones apart from simple playing around with them. Any ideas folks? Thanks.