V Vikram New member Jan 6, 2012 #1 <form action=""> <input type="file" name="aud" accept="audio/*"/> </form> In the above code can we just use accept="audio"? what is the use of the /* ? Also does the input tag required a / in the end for it to function? thanks in advance
<form action=""> <input type="file" name="aud" accept="audio/*"/> </form> In the above code can we just use accept="audio"? what is the use of the /* ? Also does the input tag required a / in the end for it to function? thanks in advance