If you physically check the media folders are the thumbnails present? AFAIK they never get listed in the media library but they are created - if accessing them in xslt just add _thumb to the end of the filename. You can still let the client pick the original image (if a media picker is being used) but add the _thumb in xslt before display.
Help to get the thumbnails while using the Zip Upload feature
Hello,
I am using the Zip Upload ( http://www.nibble.be/?p=55) for bulk uplaoding my images to the media folder.
I need help to create the thumbnails of the images at the same time during the bulk upload.
I tried putting the <thumbnailSizes>200;500</thumbnailSizes> in the zipupload.config but no success as the thumbnails are not being created.
Please help me..
Thank you
If you physically check the media folders are the thumbnails present? AFAIK they never get listed in the media library but they are created - if accessing them in xslt just add _thumb to the end of the filename. You can still let the client pick the original image (if a media picker is being used) but add the _thumb in xslt before display.
this keeps things cleaner for the user.
Dan
Thanks Dan for your help.
is working on a reply...