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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/android/loading/frontend/static/form.html
diff --git a/tools/android/loading/frontend/static/form.html b/tools/android/loading/frontend/static/form.html
new file mode 100644
index 0000000000000000000000000000000000000000..03c854ca4b31001a61c1c9677537a6b407bb787c
--- /dev/null
+++ b/tools/android/loading/frontend/static/form.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+<meta charset="utf-8">
+<title>Submmit new batch</title>
blundell 2016/04/19 11:05:25 nit: Submit
droger 2016/04/19 11:38:29 Done.
+</head>
+
+<body>
+<p> Select JSON file </p>
+<form action="/form_sent" method="POST" enctype="multipart/form-data">
+<input type="file" name="json_task"/>
+<input type="submit" name="submit" value="Upload"/>
+</form>
+</body>
+
+</html>

Powered by Google App Engine
This is Rietveld 408576698