|
|
Q2074 How can I upload a file to server?
irt.org | Knowledge Base | HTML | Q2074 [ previous next ] Q2074 How can I upload a file to server?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. Feedback on 'Q2074 How can I upload a file to server?' |
-- div -->
|