This topic is locked
[SOLVED]

 Image thumbnail size not updating in list

6/5/2007 1:06:58 PM
ASPRunnerPro General questions
I
ic2 author

Hi, Can you pls. let me know when adding an image in page i already specified that it should create a thumbnail of size 100 but when previewing the list page the size is still the orginal large size of the image The value of image is coming from {$row.1Image_value} in list page and when i sa source code there was no mention of the width height of the image, only src of the image.
Does this creates thumbnails or NO ? Seems like yes as i see an extra th_image in my files folder but even that image of the same size as the orginal image.
So seems like in the creation of thumbnail is the problem ? or i m doing something wrong.
This is the coding of the list.asp where it was suppose to print with specific size.
value="<a target=_blank href=""" & my_htmlspecialchars(AddLinkPrefix("Logo",rs("Logo"),""))& """>"

value= value & "<img"

if thumbname=dbvalue(rs("Logo")) then

value=value & " width=100"

value=value & " height=150"

end if

value= value & " border=0"

value=value & " src=""" & my_htmlspecialchars(AddLinkPrefix("Logo",thumbname,"")) & """></a>"
Thanks for yr help.

Sergey Kornilov admin 6/5/2007

You either don't have ASPJpeg component installed on the Web server or something is not configured properly.

If later you need to contact support team at support@xllinesoft.com sending your order number.

I
ic2 author 6/14/2007

You either don't have ASPJpeg component installed on the Web server or something is not configured properly.

If later you need to contact support team at support@xllinesoft.com sending your order number.



Hi, Can't you use something else than aspjpeg. Bec I will have to shell out another $200 for this component.

==================

Single Server License

The registration key can be installed on a single production server. Includes one extra developer-box license.

Part number: ASPJPEG

$195.00

Sergey Kornilov admin 6/15/2007

If you are aware of better or cheaper of free component that does the same job as ASPJpeg let me know.