image browser does not display images if they are not stored in database

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
if your product     Media.Images.StoreInDB    is set to      False

when you click image browser, no image thumbnails will appear (unless you click 'details' )


I guess the image browser needs to check if images are stored in database or not
13 years ago
Thanks. Just created a work item
13 years ago
i have a limit of 200mb for my db.

i already stored a bunch of images on the db

is there a way to get them back without storing new images on my db?
13 years ago
I have the same problem - only worse... I have a 500mb limit and have 498mb of image data.  How can I export the images to disk AND not continue to have the images stored in the database AND NOT have to manually re-upload each image.

Media.Images.StoreInDB = false gives me no images to show.
Must be an EASY work around (right?).
13 years ago
FrankZander wrote:
Media.Images.StoreInDB = false gives me no images to show.
Must be an EASY work around (right?).


"if you already have the images in the database, you can't change otherwise the pics already stored in the database won't appear (to be exact,  you can change, but you will have a lot of work to do - you would have to delete all the existing images then re-upload them"
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.