From c409d29f66057a1a2c0e405e60cc8aa5623bc52f Mon Sep 17 00:00:00 2001 From: Alexander Tkachev Date: Tue, 5 Jul 2016 20:42:57 +0600 Subject: CLOUD: Add "/files" handler Shows the page with controls, but doesn't actually list the directories, create the specified ones or allows to upload files yet. --- backends/networking/wwwroot/files.html | 50 ++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 backends/networking/wwwroot/files.html (limited to 'backends/networking/wwwroot/files.html') diff --git a/backends/networking/wwwroot/files.html b/backends/networking/wwwroot/files.html new file mode 100644 index 0000000000..8a2788905a --- /dev/null +++ b/backends/networking/wwwroot/files.html @@ -0,0 +1,50 @@ + + + + ScummVM + + + + +
+
+
+
+
+ + + +
{create_directory_button}{upload_files_button}
+ + +
+
+ {content} +
+
+ + + \ No newline at end of file -- cgit v1.2.3