Search code examples
javascriptjqueryhtmlmobilephoto

How can I save an image to a mobile photo album from a website?


I'm creating a web mobile app with jQuery, javascript and HTML. My app generates an image (img HTML component) and I want to save it on the mobile device's photo album. Is that possible?

Thanks!


Solution

  • The user would have to save the image themselves. (i.e. in iOS, hold down on the image until they get the save to camera roll button). There is no way for a webapp to save images programmatically.