Re: Insert Image on Cute Editor

  •  02-09-2009, 2:21 PM

    Re: Insert Image on Cute Editor

    Hi Adam,
     
    when we click on upload on InsertImage window, it is redirecting to
    filePost.asp?setting=MTAwMHwx.....
     
    if we go to filePost.asp there is a check for if file size exceeds
     
    If File.FileSize >= MaxSize*1024 then
    Response.Write "<font color=red><b><font color=red><b>File size exceeds "& MaxSize &" KB limit: "& Formatnumber(File.FileSize/1024,2) &" KB</b></font>"
     
    why this is not triggering?
     
    any idea.
View Complete Thread