Restricting image size |
8/16/2006 4:20:08 AM |
ASPRunnerPro General questions | |
F
Faizan author
Hi, |
|
J
|
Jane 8/16/2006 |
Faizan, rs("Picture").AppendChunk strValue
if lenb(strValue)>102400 then response.write "Maximum picture size is 100Kb. Please reduce file size or upload another picture.<" else rs("Picture").AppendChunk strValue end if |