HTML/Attribute/multiple
Aus SELFHTML-Wiki
Mit dem multiple-Attribut können Sie bei Datei-Uploads und E-Mail-Eingaben mehrfache Eingaben vornehmen.
erlaubte Werte | |
---|---|
default-Wert | |
erlaubt in | input( type="email", type="file"), select |
Beispiel
<form action="hochladen.asp">
<label for="img">Wähle Bilder:</label>
<input type="file" name="img" multiple>
<button type="submit">Absenden!</button>
</form>
Empfehlung:
- Drücken Sie strg + ⇧ (Umschalt)-Tasten, um mehrere Dateien bei
input type="file"
auszuwählen.
- Trennen Sie jede E-Mail-Adresse mit einem Komma (mail@example.com, mail2@example.com, mail3@example.com ), um mehrere E-Mail-Adressen bei
input type="email"
einzugeben.
Siehe auch
- HTML/Elemente/input
- Auswahllisten mit Mehrfachauswahl (select-Element)
- File Upload
Weblinks
Liste der HTML-Attribute
- Formular-Attribute
- accept
- accept-charset
- action
- autocapitalize
- autocomplete
- autofocus
- checked
- cols
- dirname
- disabled
- enctype
- for
- form
- formaction
- formenctype
- formmethod
- high
- keytype
- list
- low
- max
- maxlength
- method
- min
- minlength
- multiple
- name
- novalidate
- optimum
- pattern
- placeholder
- readonly
- required
- rows
- selected
- size
- step
- type (button)
- type (input)
- value
- wrap
- Universalattribute
- Listen-Attribute
- Medien-Attribute
- Meta-Attribute
- Tabellen-Attribute
- Verweis-Attribute