Inout Type="file"
Posted: Thu Jun 06, 2024 2:06 pm
Is there anyway you can implement . . . .
<input type="file" id="image-picker" accept="image/*">
as a drop-in object in a webpage?
Currently I am hard-coding this via HTML in the webpage to get a user button option to allow the user selecting this in a mobile app to select a photo from the cell phone gallery or actual take a picture that is being displayed on a canvas and then upload to a web-server.
Currently I am hard coding both the input type="file" and the canvas in HTML and wondering if there is an easier way to do this in WYSIWYG Web Builder?
I have it all working, but hoping there is an easier way if the items can be dropped in the page using the web builder interface.
Pete,
<input type="file" id="image-picker" accept="image/*">
as a drop-in object in a webpage?
Currently I am hard-coding this via HTML in the webpage to get a user button option to allow the user selecting this in a mobile app to select a photo from the cell phone gallery or actual take a picture that is being displayed on a canvas and then upload to a web-server.
Currently I am hard coding both the input type="file" and the canvas in HTML and wondering if there is an easier way to do this in WYSIWYG Web Builder?
I have it all working, but hoping there is an easier way if the items can be dropped in the page using the web builder interface.
Pete,