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

Single upload

3 Answers 57 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
benitolopez_sistemas
Top achievements
Rank 1
benitolopez_sistemas asked on 27 Aug 2010, 06:04 AM
How can I configure the upload option, so when the user try to upload a file it only appears one fileupload item instead three as the default option?

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 27 Aug 2010, 08:25 AM
Hi,


Set the MaxFileInputsCount to 1 and set the ControlObjectsVisibility to none if you want to remove all the other buttons.

<telerik:RadUpload ID="RadUpload1" MaxFileInputsCount="1" runat="server" ControlObjectsVisibility="None">
</telerik:RadUpload>

Configuring the User Interface


-Shinu.
0
benitolopez_sistemas
Top achievements
Rank 1
answered on 27 Aug 2010, 02:01 PM
Shinu, thanks for reply.

But in the RadFileExplorer how can I configure your sugestion?
0
Aaron C
Top achievements
Rank 1
answered on 27 Aug 2010, 02:34 PM
In your Page_Load handler:

RadFileExplorer1.Upload.MaxFileInputsCount = 1;
Tags
FileExplorer
Asked by
benitolopez_sistemas
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
benitolopez_sistemas
Top achievements
Rank 1
Aaron C
Top achievements
Rank 1
Share this question
or