Thursday, September 19, 2013

HTML-Image Tag

Adding Inline Images to Your HTML Document

Putting an image in an HTML document is incredibly easy--simply use the tag with its SRC attribute, which points to the URL of the graphic file to be displayed. Add the following tag to your HTML document at the location in which you want to display the image. Then, replace filename with the URL of the image you want to display.

Upload UIImage as base64 String

Upload UIImage as Base64 String (Upload UIImage as string) //Select Pic From Camera or Gallery       @objc func btnPro...