Number before name of image

April 26, 2003 by CK Nyak

I am trying to pull dynamic images using the method above except my recordset has a "where" clause. I cannot view the images because it automatically inserts a number before the image name. e.g. babyphoto.jpg becomes 4babyphoto.jpg. I am just using the WYSIWYG tools.

Do you have any solution to this?

RE: Number before name of image

April 29, 2003 by George Petrov
well even if you have a WHERE clause, just make sure that only the image filename is selected. Like:  SELECT FileName WHERE UserId = ...

What is rsUploads referring to?

March 1, 2004 by Lewis Smith

The querystring you mention is rsUploads. Should it be the same as the recordset you create for the images?

RE: What is rsUploads referring to?

July 5, 2004 by Cheryl Ferguson
I noticed the same difficulty - yes that is the recordset. It should match the recordset you created to pull the images into the page.
See all 7 Comments