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

Unified Diff: tools/android/loading/cloud/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: Add gitignore 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
« no previous file with comments | « tools/android/loading/cloud/frontend/requirements.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/loading/cloud/frontend/static/form.html
diff --git a/tools/android/loading/cloud/frontend/static/form.html b/tools/android/loading/cloud/frontend/static/form.html
new file mode 100644
index 0000000000000000000000000000000000000000..927cf2b68b2ebce04195f959acc9e7491f460981
--- /dev/null
+++ b/tools/android/loading/cloud/frontend/static/form.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+<meta charset="utf-8">
+<title>Submmit</title>
+</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>
« no previous file with comments | « tools/android/loading/cloud/frontend/requirements.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698