You are here: irt.org | FAQ | HTML | Q2074 [ previous next ]
You can upload a file using <INPUT TYPE='file'> within a FORM tag. This will allow you to select files through browse button.
To upload more than one file it needs to define multiple <INPUT TYPE='file'> tags as it is not possible to choose multiple files through a single INPUT tag.