html input type file accept text and word files

Solutions on MaxInterview for html input type file accept text and word files by the best coders in the world

showing results for - "html input type file accept text and word files"
Emna
08 Nov 2018
1<input type="file" name="uploaded_file" accept=".txt, text/plain, .doc, .docx, application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document"/>