# HG changeset patch # User amazy # Date 1545920787 -3600 # Node ID e4f146b7d2d9903354f5c1feda6059e9c60ba168 # Parent 5713952f60c0b6e57d31f8bbc5d5a33d07204fb1 added an upload.html in pure HTML/JS (no dependencies) diff -r 5713952f60c0 -r e4f146b7d2d9 .hgignore --- a/.hgignore Wed Dec 26 16:58:21 2018 +0100 +++ b/.hgignore Thu Dec 27 15:26:27 2018 +0100 @@ -3,3 +3,5 @@ CMakeLists.txt.user *.cpp.orig *.h.orig +build/ +.vscode/ diff -r 5713952f60c0 -r e4f146b7d2d9 OrthancExplorer/upload.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/OrthancExplorer/upload.html Thu Dec 27 15:26:27 2018 +0100 @@ -0,0 +1,171 @@ + + + + + + + + Orthanc Explorer Upload page + + + + + + +
+

Drag one or more files to this Drop zone ...

+ + +
+ +
+ + + + \ No newline at end of file