HTML5 Multiple Attribute
Multiple
The multiple Attribute allow to the user to select multiples files or pictures in <input> element
see the result
finale code :
<html> <head> <meta http-equiv="Content-Language" content="fr"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <p align="center"> <title>Multiple Uploader</title> </head> <body> <a>upload : </a> <input name="image" multiple="multiple" type="file" > </body>
0 commentaires:
Post a Comment