
For many of my clients is necessary to share their files from the direct url based on their direct name instead of some other naming like upload.webflow etc. It was crucial in some cases to allow sharing the custom url for the donwloading of the files. So I have made a small workaround using Webflow CMS for customizing the URLs. So you will use nameurl.com/docs/file instead of uploads-ssl.webflow.com/filename.
Here is the Webflow CMS attachement workaround
1. Set-up CMS collection for pasting the docs
Name the collection as you need like: "docs, assets, documents etc.". Add only required field: attachaments for uploading your files.
2.Put small custom code into embed code in your collection page
The custom code will start downloading of your attachament automatically when page is load.
Download (function download() { document.getElementById('dl').click(); })()
3. Design your CMS collection page as "Thanks for downloading page"
This step might be crucial for your customers as the downloading starts automatically. Let them knows what has happened on the page. Add the button to move them back on your homepage or list of your docs.
4.Add files to your docs collection
Last part is to add all unnecessary attachaments to your collection :-)
Leave me feedback or follow me on Twitter @BilekUI to stay updated!
Still not enough?
Read more articles.
Webflow is Evolving from Web Builder to Marketing Performance Tool
- Published:
- Category:
- Tools
No-Code in 2026: Market Stats, Real Trends and Where This Is All Going
- Published:
- Category:
- Tools
Why I built Dragdropship, the no-code gallery I could not find anywhere
- Published:
- Category:
- Tools



