Home
Analytics
Image folder
Polly
Hi all,
in our database i have a string (f.e. 9e8450cabac46edd1c23d715b6653ca484805b33.jpg) for a image. On our server we have 2 folders. One for Thumbnails(Thumb) and one for the original(org) image. The name of the image is the same.
In the header of the report i want to show the Thumbnail image and on the first page of the report the original image.
How can i set the path to folder?
Find more posts tagged with
Comments
mwilliams
Hi Polly,
If your resource folder were the root folder for both of these folders, you should be able to call the appropriate folder and append the database image name in the appropriate locations. I haven't tried this, but it should work this way, I would think. Let me know.
Polly
It worked!
I forgot to put the "" in the text.
"images/Thumb/"+row["picture"]
Thnx
mwilliams
Great! Glad to help. Let us know whenever you have questions.