Computer Science, asked by priyanshu0102, 3 months ago

how to make a file upload form in html that will make the file visible on the website for all? just like a file post website or video post pls tell i will give 50 points
and answer only if you know ​

Answers

Answered by laysanu204
0

A form in an HTML document (Web page) can contain an input element with type="file". This may let the user include one or more files into the form submission. The form is often processed so that such files are stored onto the disk of the Web server; this is why file input (or file submission) is often called “file upload.” File input opens interesting possibilities, but browser support is still limited and generally of poor quality even in newest versions. Moreover, users are often puzzled with it, since most people use file input rather rarely.

Answered by renuthakur3333
1

Answer:

Hide file upload button from HTML page and replace it with a text or icon link.

Hide file upload button from HTML page and replace it with a text or icon link. Create a label for the file input field.

Hide file upload button from HTML page and replace it with a text or icon link. Create a label for the file input field. Javascript to display uploaded image in html.

Hide file upload button from HTML page and replace it with a text or icon link. Create a label for the file input field. Javascript to display uploaded image in html. Entire code block as a whole required to display uploaded image in html using javascript.

Similar questions