hello,
I am new to telerik
my radupload works great on localhost but since i have uploaded it to the test website
i have set default to 5 and max to 10
Thanks
I am new to telerik
my radupload works great on localhost but since i have uploaded it to the test website
- it does not show any browse option
- add button does not do anything
i have set default to 5 and max to 10
<
telerik:RadUpload
ID
=
"RadUpload1"
runat
=
"server"
TargetFolder
=
"~/images/cars/"
maxfileinputscount
=
"10"
maxfilesize
=
"1000000"
ControlObjectsVisibility
=
"All"
Skin
=
"Web20"
InitialFileInputsCount
=
"5"
>
</
telerik:RadUpload
>
Thanks