Problem with MaxSizeKB

  •  04-17-2009, 7:27 AM

    Problem with MaxSizeKB

    Hi,
     
    I have the uploader defined as follows:
     
                        <CuteWebUI:Uploader
                            ID="upload1"
                            runat="server"
                            MultipleFilesUpload="true"
                            ProgressCtrlID="Panel1"
                            ProgressTextID="Label1"
                            ProgressPanelWidth="180"
                            InsertText="Choose Files"
                            NumFilesShowCancelAll="1"
                            ManualStartUpload="true"
                            InsertButtonID="btnChooseFiles"
                            MaxFilesLimit="100"
                            MaxFilesLimitMsg="You may upload up to 100 files at once.">
                            <ValidateOption MaxSizeKB="2097152" />
                        </CuteWebUI:Uploader>
     
    ... to have a 2GB file size limit. But event when users upload files that are much smaller I get the following alert:
     
     
     
    Could you let me know what I'm doing wrong?
     
    Many thanks,
     
    db
View Complete Thread