DevApp/Gs.DevApp/UserControl/UCUpFile.cs
@@ -86,7 +86,7 @@ private async Task UploadFileAsync(string url, string filePath) { UcLoading _loading = new UcLoading(); string _parentGuid = parentGuid; using (var httpClient = new HttpClient()) try @@ -112,7 +112,7 @@ Gs.DevApp.ToolBox.MsgHelper.ShowError(ex.Message); } _loading.Close(); } #endregion