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

Set / Get Input field from radUpload

1 Answer 89 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Mohammad Waheed
Top achievements
Rank 1
Mohammad Waheed asked on 12 Feb 2010, 04:19 PM
Hello there , 
 
I believe that to get a file name from input box in radUpload you simply use: 

 

.UploadedFiles.Item(0).FileName

but how to set "populate" the input box.

best!

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 16 Feb 2010, 06:07 AM
Hello Mohammad,

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.

Here is the forum link which discusses similar scenario:
Any way to set value to the input file without firing the click event

-Shinu.
Tags
Upload (Obsolete)
Asked by
Mohammad Waheed
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or