Re: Insert Image on Cute Editor

  •  02-09-2009, 2:59 PM

    Re: Insert Image on Cute Editor

       Hi Adam,
     
       On IIS we already set to allowed file size upto 1000K.
     
       the error is triggering at line 32 \CuteEditor_Files\Dialogs\include_upload.asp. this page is included in filePost.asp.
     
       This the piece of code at line 32:

       biData = Request.BinaryRead(Request.TotalBytes)

        When I try to upload file with blank, it displays "File(s) not uploaded.", same way why is not displaying message
        "File size exceeds ..".
     
        Please help me out.
     
View Complete Thread