Hi I want to send text or XML from iphone to another desktop machine. Is there any way so that I can use Email to send file as attachment or can send it by HTTP POST method.
Please help me.
|
Hi I want to send text or XML from iphone to another desktop machine. Is there any way so that I can use Email to send file as attachment or can send it by HTTP POST method. Please help me. |
|||
|
|
|
You can HTTP POST it:
You can also set other HTTP Header such as content-length the same way. Hope this helps, |
|||||
|
|
Have a look at NSMutableURLRequest if you want to send an HTTP post request with a payload. Other than that, you can use the url scheme mailto: to send text to the Mail application and send it manually from there. Your best bet is to look into the NSMutableURLRequest class though. |
|||
|
|
|
|
|||
|
|