Search found 2 matches

by abartolome
Mon Dec 27, 2010 4:26 pm
Forum: iOS Deployment
Topic: uploading and downloading data at the web
Replies: 6
Views: 5381

Re: uploading and downloading data at the web

Thanks very much. But it does not work. I have checked your script copies and pasted to a button without results. In fact, POST commands runs OK at the MAC OSX stack but they do not at Simulator IOS. Some suggestion? Perhaps about simulator version (I've the last one)? Any problem with configuration...
by abartolome
Sun Dec 26, 2010 9:46 pm
Forum: iOS Deployment
Topic: uploading and downloading data at the web
Replies: 6
Views: 5381

uploading and downloading data at the web

At IOS, it seems that the only way to send data to a server is POST command. I undertand that I can use POST to send data to a cgi script, which could return to me some new data. It runs at MAC OSX stacks. THE QUESTION When a do a POST command at IOS, where can I find the returned buffer? At MAC OSX...