New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Direct link URL to download files? #662
Comments
Sorry, should have specified that I meant making a zip of all files in a folder... I have a button in top left corner that will add all files to a zip and download. |
Is that your own custom feature? |
No, it's a default function... But maybe a setting to enable. |
I looked up the code, found that the action to download files was to print the files' context directly to HTTP, so there was no URL for users that go directly to the download. So you can:
I will focus on it, if I get any process, I will leave a comment here. |
Any updates on this? would be great |
Is there any way to get a URL to download files in directory? Edit: Download all files in directory as a .zip, not individual files.
Let's say I browse files at http://files.test.com/subfolder3/
I want to get a URL I can share in email etc that goes directly to the download, instead of browsing.
something like http://files.test.com/subfolder3/?download
The download button only links to a javascript function...
The text was updated successfully, but these errors were encountered: