Hi,
I need to set the path of where the file is saved from a dropdownlist but I can't figure out where to set it.
I have tried to set the RadUpload.TargetFolder in the Button1_Click event and also on Page_Load but it still not saves it there!
Help please! :)
I need to set the path of where the file is saved from a dropdownlist but I can't figure out where to set it.
<table> |
<tr> |
<td>Spara i mapp:</td> |
<td><asp:DropDownList ID="dropDownListUploadFolder" runat="server"></asp:DropDownList></td> |
</tr> |
<tr> |
<td>Hämta fil:</td> |
<td><telerik:RadUpload ID="RadUpload1" runat="server" ControlObjectsVisibility="None" Width="300px" Localization-Select="Hämta" Skin="Vista"></telerik:RadUpload> </td> |
</tr> |
<tr> |
<td></td> |
<td><asp:Button ID="Button1" runat="server" Text="Ladda upp" OnClick="Button1_Click" /></td> |
</tr> |
</table> |
I have tried to set the RadUpload.TargetFolder in the Button1_Click event and also on Page_Load but it still not saves it there!
Help please! :)