On the mobile page, how to save the photos back to the mobile photo album after turning on the camera with input:file to take photos?

A problem encountered on the mobile page is to use < input type="file" accept= "image/*" capture= "camera" / > to set up the mobile phone camera. After taking pictures, you can get the file stream of the photos, and save the photos you just took into the mobile phone photo album at the same time.
but after trying it out, it seems that you can only capture the file stream by shooting, and you can"t save the photos you just took into mobile phone albums.

is there any way to achieve this effect?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a504-2ba57.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a504-2ba57.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?