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?
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.