diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars index cf000b6f..4ca7d3d5 100644 --- a/views/default-mobile.handlebars +++ b/views/default-mobile.handlebars @@ -4764,6 +4764,7 @@ QE('p13FolderUp', false); p13setActions(); if (files != null) { files.Stop(); files = null; } + if (uploadFile != null) { p13uploadFileTransferDone(); uploadFile = null; } break; case 3: p13targetpath = ''; diff --git a/views/default.handlebars b/views/default.handlebars index 930d3f88..22ec0855 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -9102,6 +9102,7 @@ p13setActions(); if (files != null) { files.Stop(); files = null; } if (xxdialogTag == 'fileMsgDialog') { setDialogMode(0); } + if (uploadFile != null) { p13uploadFileTransferDone(); uploadFile = null; } break; case 3: p13targetpath = '';