Hi,
I'm using Dreamweaver 8 for my web application. I'm retrieving the records successfully from the database including images. My only concern is, I've got folder called "Admin" and "images" in my server.
Where the asp files are resides the Admin folder and images are resides the images folder.
When I referenced the images in my database, I've referenced like this - images/imagename.jpg
But it wan't displaying from the database. When I check the URL of the image , it was like this -
www.hostname.com/Admin/imagename.jpg. Actually the images is not inside the admin folder, it's in images folder, I don't know how it changed into Admin/imagename.jpg. Therefore I've put the image folder inside the Admin. Now it's working for that.
But my problem is, I want to maintain the images folder outside the Admin folder. It should not be a sub folder. If i take it out from the admin folder, it's not worrking.
Anybody know the reason for that?. How can I resolve this problem?
bye
www.teacostea.comStart Free Trial