Allowing Multi download of assets

We need a function to allow users to export downloads (media assets such as JPEG/PNG/PDF etc) in bulk rather than having to click on each product to download 

If we are releasing new products to customers we cant expect them to have to go in and click over 100+ times

2

Comments

2 comments
Date Votes

Please sign in to leave a comment.

  • I’ve come across this challenge a few times. Initially, I built an Excel VBA tool to loop through URLs and download the assets, and later I moved to Python. Both approaches worked for internal use but aren’t practical for end‑users.

    When we share media assets, we provide ImageKit URLs instead of the default CDN. This allows end‑users or organisations to push the images directly onto eCommerce platforms without needing to self‑host them. IK URLs are also capable of some interesting transformations using the URL. (https://imagekit.io/docs/transformations)

    If assets need to be downloaded, the above may not fully solve the issue — but I wanted to share my experience in case it helps.
    1
  • thanks for sharing - interesting! but agree not practical for end users

    0

Didn't find what you were looking for?

New post