Hello
My RadAsyncUpload works normally when the page is access directly. But when the page is under a RadWindow then the RadAsyncUpload failed to filter file extensions.
I've tried on IE and Chrome, and the same results.
Here's my code snippet for RadAsyncUpload:
I hope this can be fixed... not a bug.
Can somebody help me.
Thanks in advance
Thanh Dang
My RadAsyncUpload works normally when the page is access directly. But when the page is under a RadWindow then the RadAsyncUpload failed to filter file extensions.
I've tried on IE and Chrome, and the same results.
Here's my code snippet for RadAsyncUpload:
<
telerik:RadAsyncUpload
ID
=
"RadAsyncUpload1"
runat
=
"server"
AutoAddFileInputs
=
"False"
onfileuploaded
=
"RadAsyncUpload1_FileUploaded"
TargetFolder
=
"~/Central/Images/"
AllowedMimeTypes
=
"jpg, jpeg, bmp, png"
>
<
FileFilters
>
<
telerik:FileFilter
Description
=
"Images (jpg, jpeg, bmp, png)"
Extensions
=
"jpg, jpeg, bmp, png"
/>
</
FileFilters
>
</
telerik:RadAsyncUpload
>
I hope this can be fixed... not a bug.
Can somebody help me.
Thanks in advance
Thanh Dang