Hi
i've this code:
but when i start the page there is this error: Cannot create an object of type 'System.String[]' from its string representation 'jpg,jpeg,gif,png' for the 'Extensions' property. Why?
Thanks
i've this code:
<
telerik:RadAjaxPanel
ID
=
"RadAjaxPanel1"
runat
=
"server"
height
=
"200px"
width
=
"112px"
>
<
telerik:RadAsyncUpload
ID
=
"RadAsyncUpload1"
runat
=
"server"
Culture
=
"it-IT"
OnClientValidationFailed
=
"OnClientValidationFailed"
OnClientFileSelected
=
"fileSelected"
OnClientFileUploaded
=
"fileUploaded"
AllowedFileExtensions
=
"jpeg,jpg,gif,png"
Localization-Remove
=
"Rimuovi"
Localization-Select
=
"Cerca"
MaxFileSize
=
"5000000"
>
<
FileFilters
>
<
telerik:FileFilter
Description
=
"Images(jpeg;jpg;gif;png)"
Extensions
=
"jpg,jpeg,gif,png"
/>
</
FileFilters
>
<
Localization
Cancel
=
"Annulla trasferimento"
Select
=
"Cerca"
Remove
=
"Rimuovi"
/>
</
telerik:RadAsyncUpload
>
but when i start the page there is this error: Cannot create an object of type 'System.String[]' from its string representation 'jpg,jpeg,gif,png' for the 'Extensions' property. Why?
Thanks