I'm creating an open function for a program, that only has to and can open one type of file: xml.
With the following code you get a textfield and a browse button:
input type="file" name="open_dia" style="display:none"
but in this state the browse function shows all of the filetypes, jpgs or html files (those three options are available in the dropdownlist 'files of type'). But my question is, is there some way to let him show only xml files?
Thanks in advance
Craigath
With the following code you get a textfield and a browse button:
input type="file" name="open_dia" style="display:none"
but in this state the browse function shows all of the filetypes, jpgs or html files (those three options are available in the dropdownlist 'files of type'). But my question is, is there some way to let him show only xml files?
Thanks in advance
Craigath