Jump to content

Can I put more than one image in a SC folder?


This topic is 2884 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi,

We're wanting to load multiple images for each product onto a product's web page. Our web designer has made provision for this by adding a field in the product_images table for the display_order, eg 1, 2,  3 etc.

I thought it would be convenient for us if we held those additional jpg images in the same folder as the first image which is already there. We'd use distinguishing suffix to the product code that also matches their display order.

Will this have any unintended consequences for the SC server??

Thanks,

John Wolff (Hamilton, NZ)

Link to comment
Share on other sites

JW_NZ,

Not sure exactly what you're going for, but it is possible to have a structure like this:

http://serverurl.com/SuperContainer/Files/Your/ProductImages/1
http://serverurl.com/SuperContainer/Files/Your/ProductImages/2
http://serverurl.com/SuperContainer/Files/Your/ProductImages/3

Then you could serve them by linking to RawData instead of Files.

Link to comment
Share on other sites

Hi Caleb,

Our internet connection between the web server and our SC server is far too slow for a direct linkage between the product page on the web site and the SC server. We also have a data cap of 100 GB/month. To get around these two restrictions, we have a FileMaker Script which transfers the image (Base64 encoded) to the mySQL table via ESS, then calls a routine which makes the image available for the web page. It works OK for the 4.5K of products that we have on the site:

www.grandmothers.co.nz

Since the URLs you've listed refer to multiple files inside the same parent folder, we should be able to proceed with the file structure that I proposed initially. No??

Regards,

John

Link to comment
Share on other sites

This topic is 2884 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.