Search

You searched for the word(s):
< 1 second(s)
  • Re: Using camera on mobile devices to take a photo

    For anyone else who want to use &lt;input&nbsp;accept=&quot;image/*&quot; capture=&quot;camera&quot; type=&quot;file&quot; /&gt;&nbsp; function CuteWebUI_AjaxUploader_OnInitialize() {&nbsp; &nbsp; var hidden = this;&nbsp; &nbsp; var _addonobject = hidden.internalobject.addonobject;&nbsp; &nbsp; // set accept and capture attributes&nbsp; &nbsp; ...
    Posted to Ajax Uploader (Forum) by AdrianIftode on August 7, 2015
  • Using camera on mobile devices to take a photo

    I&#39;m trying to enable the camera selection while browsing for files on mobile devices. &nbsp; For example when I&#39;m using the following html code: &nbsp;&lt;label for=&quot;image3&quot; class=&quot;btn btn-default&quot;&gt;&nbsp; &nbsp; &nbsp; &nbsp; &lt;input id=&quot;image3&quot; type=&quot;file&quot; accept=&quot;image/*&quot; ...
    Posted to Ajax Uploader (Forum) by AdrianIftode on July 31, 2015