Can I use the html5 camera api at the input?
Do you mean as an Editor input field? Yes, that should be perfectly possible:
{ name: ..., label: ..., attr: { type: 'file', accept: 'image/*', capture: 'camera' } }
That's going to be fairly basic and you might want to write a file type plug-in which will show the input on a canvas etc, but that will hopefully get you going.
canvas
Allan
Any chance that there is an example to emulate MultiUpload?
Does the input type="camera" input allow for multiple uploads? It isn't something I've looked into I'm afraid.
input type="camera"
Answers
Do you mean as an Editor input field? Yes, that should be perfectly possible:
That's going to be fairly basic and you might want to write a file type plug-in which will show the input on a
canvasetc, but that will hopefully get you going.Allan
Any chance that there is an example to emulate MultiUpload?
Does the
input type="camera"input allow for multiple uploads? It isn't something I've looked into I'm afraid.Allan