Upload file functionality disapeering at second bound

harlem98

Active member
Joined
Nov 4, 2021
Messages
27
Programming Experience
Beginner
Hello.

I'm having a problem, using Telerik's ASP.NET Ajax RadAsyncUpload, to upload files. 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
C#:
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?
 

Attachments

  • form.png
    form.png
    18.1 KB · Views: 10
Back
Top Bottom