Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: tools/android/loading/frontend/static/form.html

Issue 1878943013: tools/android/loading Add appengine frontend for Clovis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor
Patch Set: Improve documentation Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3
4 <head>
5 <meta charset="utf-8">
6 <title>Submmit new batch</title>
blundell 2016/04/19 11:05:25 nit: Submit
droger 2016/04/19 11:38:29 Done.
7 </head>
8
9 <body>
10 <p> Select JSON file </p>
11 <form action="/form_sent" method="POST" enctype="multipart/form-data">
12 <input type="file" name="json_task"/>
13 <input type="submit" name="submit" value="Upload"/>
14 </form>
15 </body>
16
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698