HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <p>Upload multiple images</p> <form action="/user-multiple.php"> <input type="file" name="imgs" multiple> <input type="submit" value="Submit"> </form> <p><strong>Tips</strong>: Use (<kbd>ctrl</kbd> or <kbd>shift</kbd>) + Mouse click to select multiple files.</p> </body> </html>
OUTPUT
×

Save as Private