Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for ASP
»
Re: Insert Image on Cute Editor
Re: Insert Image on Cute Editor
02-09-2009, 2:21 PM
MuraliC
Joined on 01-22-2009
Posts 23
Re: Insert Image on Cute Editor
Reply
Quote
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