This is a migrated thread and some comments may be shown as answers.

RadUpload Loose Input values

2 Answers 65 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Dominic
Top achievements
Rank 2
Dominic asked on 13 Nov 2008, 10:35 PM
Hi

I have a grid that containt 2 user controls in the EditTemplate, one displays some info associated in a radgrid and the other is a radupload to upload some file to the the server. Each user controls contains a RadAjaxManagerProxy and the ASPX page contains a RadAjaxManager. My problem is that in some situation like sorting the grid and moving pages, the content of my radUpload include in the other user control simply disappears, so the user need to add the files to upload again. Is there a normal things that the content always disappears of it is simply my AjaxManager proxy that is not well configured ???  How i can keep theses values in the radupload control ???

If you need more details , please let me know.

Thanks in advance for your help.

2 Answers, 1 is accepted

Sort by
0
Accepted
Veselin Vasilev
Telerik team
answered on 14 Nov 2008, 02:52 PM
Hello Dominic,

RadUpload does not support initially selected files or allow file selections to persist across postbacks. This is a security limitation of the standard <input type=file> elements which it uses internally for file selection.


All the best,
Veselin Vasilev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Dominic
Top achievements
Rank 2
answered on 14 Nov 2008, 02:58 PM
Hi

First thanks for your answer.

I knew that the standard "input file" was readonly for security reasons but i thought that Telerik can make it different ! :)

Thanks for your help.

Tags
Upload (Obsolete)
Asked by
Dominic
Top achievements
Rank 2
Answers by
Veselin Vasilev
Telerik team
Dominic
Top achievements
Rank 2
Share this question
or