Upload pictures according to local url

webapp internal callback camera callback will give the url, of a local image how to upload the image through this url. If you set the path to url for input file, you cannot get the file object. If you use canvas to base64, you will report cross-domain. Ask for the answer of the Great God

Mar.14,2021

is the camera called with < input type= "file" accept= "image/*" capture= "camera" > ? If yes, after calling the camera, you can get the image path and upload it using FormData + Ajax.

Menu