From 22dff49673d7732b846107c888259170332746cb Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 1 Oct 2021 07:14:05 +0000 Subject: improve file upload performance: start uploading next file only after the previous finished, make sure to not return when uploading via ajax --- view/tpl/photos_upload.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/photos_upload.tpl') diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl index 95cf4e295..72f6c4611 100644 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -55,7 +55,7 @@ - {{* this is needed to append the upload files in the right order *}} + {{* this is needed to append the upload files in the right order *}}
{{$aclselect}}
-- cgit v1.2.3