-
50
posts
Member since:
Dec 2010
Posted 14 Feb 2011
Link to this post
Hi i had a code like this
<telerik:RadAsyncUpload ID="RadAsyncFile_Upload" runat="server" AllowedFileExtensions="jpg,jpeg,png,gif,doc,pdf,zip,rar"
MaxFileInputsCount="2" MaxFileSize="2097152">
<Localization Select="Browse" />
</telerik:RadAsyncUpload>
So i had doubt that how to check the size of both the files on client side so that it should not exceed 2 MB and how do we convert the files async upload to byte?
-
-
17764
posts
Member since:
Mar 2007
-