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,
Inout Type="file"
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- BaconFries
-
- Posts: 6048
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Inout Type="file"
First please note that WYSIWYG Web Builder is not a HTML Editor but a HTML Generatorwhat this means is that no HTML exists till you publish.
With that said you can use the following to add external scripts/code/html
HTML Object
With that said you can use the following to add external scripts/code/html
HTML Object
- Pablo
- Posts: 23776
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Inout Type="file"
A "file upload" object is built-in. It's in the 'Form' section .
Also, there are several extensions to implement fiel upload functionality.
Also, there are several extensions to implement fiel upload functionality.
-
-
- Posts: 65
- Joined: Thu Sep 28, 2023 12:29 pm
Re: Inout Type="file"
Thanks guys,
I have it going and working as I want now.
Pete,
I have it going and working as I want now.
Pete,