“Jenis file batas input html” Kode Jawaban

Jenis file batas input html

<!-- (IE 10+, Edge (EdgeHTML), Edge (Chromium), Chrome, Firefox 42+) -->
<input type="file" accept=".jpg,.png,.pdf" />
Friendly Hawk

Batas input Jenis File di HTML

<!-- Right approach: Use both file extensions and corresponding MIME-types. -->
<!-- (IE 10+, Edge (EdgeHTML), Edge (Chromium), Chrome, Firefox) -->
<input type="file"
 accept=".xls,.xlsx, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-excel" /> 
Ankur

Jawaban yang mirip dengan “Jenis file batas input html”

Pertanyaan yang mirip dengan “Jenis file batas input html”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya