Tuesday, 24 April 2018

How to upload image in html

How to upload image in html


he accept attribute specifies the types of files that the server accepts (that can be submitted through a file upload).
Note: The accept attribute can only be used with <input type="file">.
Tip: Do not use this attribute as a validation tool. File uploads should be validated on the server.

No comments:

Post a Comment