You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.
I made the changes you requested, except for using Craft.postActionRequest
If I use Craft.postActionRequest it returns the zip file in the response, which is probably not what we want. Can we compromise and use Craft.getActionUrl and link to that instead?
It would be neat if this could be done within the assets section of the Control Panel as well, maybe in the dropdown list when two or more assets are selected.
I could probably figure this out using the url ( /actions/zipAssets/download?filename=your-zipfile&files[]=123&files[]=234) example provided in the readme, just don't have the time at the moment. Wasn't sure if there was something out of the box that did this.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a way to have this functionality added to the backend, so that there's a "Download All" button next to each Assets field in the AdminCP?
The text was updated successfully, but these errors were encountered: