Sha256: d19368184f6cdd8172fe95d2ede61e64447080bd4b37b13f413eb5d543f18cad
Contents?: true
Size: 380 Bytes
Versions: 8
Compression:
Stored size: 380 Bytes
Contents
<!doctype html> <html lang="en"> <head> <title>Form</title> </head> <body> <form id="form_id" name="form_name" action="" method="POST" enctype="multipart/form-data"> <p> <label for="upload_id">File</label> <input type="file" id="upload_id" name="upload"> </p> <p> <input type="submit" value="Submit"> </p> </form> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems