diff --git a/app/classes/web/upload_handler.py b/app/classes/web/upload_handler.py index 2273bd11..0d9e00e5 100644 --- a/app/classes/web/upload_handler.py +++ b/app/classes/web/upload_handler.py @@ -14,7 +14,7 @@ import time logger = logging.getLogger(__name__) # Class&Function Defination -MAX_STREAMED_SIZE = 32000 +MAX_STREAMED_SIZE = 1024 * 1024 * 1024 @tornado.web.stream_request_body class UploadHandler(tornado.web.RequestHandler): diff --git a/app/frontend/templates/panel/server_files.html b/app/frontend/templates/panel/server_files.html index 0538bb40..24476d5c 100644 --- a/app/frontend/templates/panel/server_files.html +++ b/app/frontend/templates/panel/server_files.html @@ -583,18 +583,17 @@ label: "Upload", className: "btn-default", callback: async function () { - var height = files.files.length*50; - - var waitMessage = '
'+
- ''+
- 'Please wait while we upload your files... This may take a while.
'+
- 'DO NOT CLOSE THIS PAGE.'+
- '
+
+ Please wait while we upload your files... This may take a while.
+ DO NOT CLOSE THIS PAGE.
+