Re: Not able to upload files of size more than 1gb

  •  08-30-2011, 8:07 AM

    Re: Not able to upload files of size more than 1gb

    Hi Ken,
    No this the same code I already have but stillnot working: 
    <CuteWebUI:Uploader runat="server" ID="Uploader1" OnFileUploaded="Uploader1_FileUploaded" InsertText="Select Files and Upload" MultipleFilesUpload="true">
          <InsertButtonStyle CssClass="btnBlue" Width="140px" />
          <CancelButtonStyle CssClass="btnBlue" />
          <VALIDATEOPTION AllowedFileExtensions="*.*" MaxSizeKB="2000000" />
    </CuteWebUI:Uploader>
     
    Regards,
     
    Stephen Albert
View Complete Thread