Is there any tag in html to upload and download files?



Is there any tag in html to upload and download files?..

Answer / Amarjeet Kumar Paswan

There is no specific built-in HTML tag for directly uploading or downloading files. Instead, you use the `<form>` element with `enctype="multipart/form-data"` for file uploads and links (`<a href="file.ext">`) or JavaScript APIs like File API for file downloads.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More HTML DHTML Interview Questions

When was html5 created?

1 Answers  


Why does not table width=100% use the full browser width?

1 Answers  


What is a deprecated tag?

1 Answers  


How to apply stylesheet with html element by id?

1 Answers  


What is the advantage of html5 semantic tags?

1 Answers  


List out image related elements in html5?

1 Answers  


How to create a nested webpage in html?

1 Answers  


What is an h2 tag?

1 Answers  


Tell us something about the new <canvas> element.

1 Answers  


what is metadata?

2 Answers   GSK GlaxoSmithKline,


Why is label used in html?

1 Answers  


What is syntactic rule?

1 Answers  


Categories