From my code-behind, I would like to specify a "default" file path and name for the user, and present this default in the first file input box.
How do I accomplish this?
Thank you,
David Nowak.
2 Answers, 1 is accepted
0
Petya
Telerik team
answered on 12 Feb 2008, 04:26 PM
Hello David Nowak,
RadUpload is based on the standard file input element whose security limitation is that you cannot specify its value with code. More about the known limitations you can read here.
I have a request to do the same thing. Unless someone has a better suggestion the only thing I can think of at the moment is getting the user to authorize a local executable that auto-uploads files via FTP or webservice.