For online form capture multimedia on mobile devices

<p>Capture Image: <input type="file" accept="image/*" id="capture" capture="camera"> 

<p>Capture Audio: <input type="file" accept="audio/*" id="capture" capture="microphone"> 

<p>Capture Video: <input type="file" accept="video/*" id="capture" capture="camcorder"> 

 

These commands are to be input in the online form so that it can use on mobile devices to upload from camera and microphone

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

able to click on different parts of the image! so cool!

this html can use for clicking different part of the same image!   <img src="planets.gif"...

set where the a href opens at, new windows etc..

<a href="https://jidhost.com" target="_blank"> ValueDescription _blank Opens the...

database commands

from https://codeigniter.com/userguide2/database/active_record.html...

php excel, how to set clickable url

$this->phpExcelObj->getActiveSheet()->setCellValueExplicit('‌​A1', $id,...

how to get value from database

https://stackoverflow.com/questions/8541291/codeigniter-this-db-get-how-do-i-return-values-for-a-...