UNPKG

slimerjs-firefox

Version:

This repo includes slimerjs as well as downloads a local copy of Firefox.

14 lines 318 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>form</title> </head> <body>Fill this form <form method="post"> <div> <input type="file" name="toupload"/> <input type="file" name="toupload2" multiple="true"/> </div> </form> </html>