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

Set file back to radsyncupload

2 Answers 91 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Catherine
Top achievements
Rank 1
Catherine asked on 06 Dec 2013, 10:06 AM
I have a radsyncupload to upload my file, after upload i need to bind the filename to a grid. 
Inside grid, i have a edit button, when i click edit button, i need to put back the filename to radsyncupload for user to edit.
Is it possible to do that?

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 10 Dec 2013, 01:44 PM
Hi Catherine

Check the following demo which explains about your scenario 
Grid - Binary Images and RadAsyncUpload in Grid
Hope this helps

Thanks
Shinu
0
Hristo Valyavicharski
Telerik team
answered on 10 Dec 2013, 02:10 PM
Hi Catherine,

Unfortunately it is not possible. Due to security reasons it is not allowed to load files into the RadAsyncUpload from the server. Also it does not expose any properties or methods to set the text in the file input. I would suggest that you display the file name inside other container like Label or TextBox. For example you may set the HideFileInput property of RadAsyncUpload to "true" and put the standard ASP.NET Textbox, where you can display file name.

Regards,
Hristo Valyavicharski
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Upload (Obsolete)
Asked by
Catherine
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Hristo Valyavicharski
Telerik team
Share this question
or