| Added: September/26/2006 at 3:31am | IP Logged
|
|
|
AHHHH! Ok. So I got .gifs to work in view_ad.asp but not .jpg.. Why? The code says:
<% If Image1_FileExtension = "jpg" Then %> <td width="64" height="48"><a href="javascript:doPic('<% =PictureURL %>/Ad_<% =Ad_ID %>_1.<% =Image1_FileExtension %>');"><img src="<% =PictureURL %>/Ad_<% =Ad_ID %>_1_thumb.<% =Image1_FileExtension %>" width="64" height="48" border=0></a></td> <% Else %> <td width="64" height="48"><a href="javascript:doPic('<% =PictureURL %>/Ad_<% =Ad_ID %>_1.<% =Image1_FileExtension %>');"><img src="<% =PictureURL %>/Ad_<% =Ad_ID %>_1.<% =Image1_FileExtension %>" width="64" height="48" border=0></a></td> <% End If%>
So why wont it display that .jpg? 
And Yes my picture folder works fine, yes, the files are there.. (I can see the full image just not the thumb), yes the permissions are correct..
I am using ASPUpload and not using ASPImage....
Its so weird that it works with .gif and not .jpg..
|