PC image from camera not from file

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
servgas
User
Posts: 50

PC image from camera not from file

Post by servgas »

hi,

Please, I have a notebook with Windows 8, my image field (binnary) by default ask for a image file to choose. How can I setup PHPMaker or the pc, to use the camera in place of the file explorer to capture the image.

thank you.


arbei
User
Posts: 9355

Post by arbei »

Don't know if that can be done on PC. But for mobile phones, in Row_Rendered Server Event, add capture=camera to the Edit Attributes of the field then try again.

For example:
$this-><Field>->EditAttrs["capture"] = "camera";

Google "file upload field from camera" for more information. Supported by iOS and Android.


Post Reply