Harlem 98

Harlem 98

  • NA
  • 161
  • 16.6k

Upload file functionality disapeering at second load

Dec 28 2021 6:22 PM

Hello.

I'm having a problem, using Telerik's ASP.NET Ajax RadAsyncUpload, to upload files (the functionality is inserted in a window and orders to perform Insert operations). Everything is working fine when i perform the operation once, but when i try to do it a second time, the upload disapeers.

I've tried to clean it's value, which works for the remaining atributes of the form, because it's values were getting saved in the form even after close, which i've done by the following 

RadAsyncUpload1.UploadedFiles.Clear();

The only solution is to refresh the full page, which is obviously, not wished.

The image shows the upload at first load, which disapear at second load. Any ideas on what could be the issue?


Answers (2)