web analytics

Using <input type="file"> tag in an HTML to upload a file

Options

codeling 1595 - 6639
@2015-12-11 13:57:03

The <input type="file" /> tag uploads files to the Web server through the form.

<input type="file" id="_logoFile" runat="server" size="66" />

<input type="file" id="_logoFile" size="66" />

See the folowing screen capture.

Comments

You must Sign In to comment on this topic.


© 2024 Digcode.com