how should I go about openning automatically the choose file dialogbox when the use click the input file box. so that the use will not be able to type in directly the file name and the directy to pick the file from.
with firefox 3.0.11 it opens automatically the dialog box as soon as the user clik in the Text box. but the same thing does not happen en IE 7.
best regards;
Cherif Diallo
0
Atanas Korchev
Telerik team
answered on 17 Jun 2009, 07:42 AM
Hello Cherif Diallo,
RadUpload relies on the built-in <input type="file" /> HTML element whose behavior is browser specific. For example in FireFox clicking the input field opens the choose file dialog whilst in Internet Explorer it does not. I am afraid we cannot provide a workaround for this issue.