I am new to iphone development.. I am developing an iphone application in which i am getting file in form binary data encoded using base 64.. I m getting the data from web service.. Now i need to convert the binary data to file object and save it to my iphone simulator and need to open it... I ve searched and found the useful following links about base64 decoder:
How do I do base64 encoding on iphone-sdk?
http://www.cocoadev.com/index.pl?BaseSixtyFour
But i dont know how to save decoded data as file??? Can anyone please tell me how to do that???
Thanks in advance..