Skip to content
lchrennew edited this page Dec 18, 2012 · 4 revisions

Web File Manager support bundle files with same extension file name. It's helpful for optimizing web pages by reducing requires of js or css files.

To download a bundled file, just with a special URL.

Syntax of URL for downloading bundled file

Use $ to concatenate each names without extension and then append the extension to the end of the URL.


e.g. there are two files on the storage named file1.css and file2.css, if you want to download the bundled one of these two files, visit the following URL:

http://host/`file1`$`file2`.css

Enjoy yourself!

Clone this wiki locally