Forcing certain file types to download

When accessing files via WebLinks, if possible, the browser will try to open the file itself, instead of asking the user to save the file. Common file types, like images or text files will automatically open in the browser. You can force the browser to prompt the user for saving the file, instead of letting it automatically open.

Simply open the file "/path-to-WebFileShare/customizables/config.php" in a text editor and add the following line:

$config['app']['weblinks']['force_download'] = array("txt", "jpg");

You can replace "txt" and "jpg" with the file extension you want and also add more extensions.

 

Attached Files
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Name
Email
Security Code Security Code
Related Articles RSS Feed
Hiding options from the "Open with..." menu
Viewed 2316 times since Thu, Mar 6, 2014
The API
Viewed 4365 times since Wed, Nov 22, 2017
File reference
Viewed 2500 times since Tue, Jun 10, 2014
Running custom scripts when users perform various actions
Viewed 3449 times since Thu, Mar 6, 2014
Calculating MD5 Checksums
Viewed 2698 times since Thu, Mar 6, 2014
External Login Form
Viewed 3986 times since Wed, Nov 22, 2017
Adding custom functionality
Viewed 2452 times since Thu, Mar 6, 2014
Counting file downloads
Viewed 3992 times since Thu, Mar 6, 2014
Automatic Login
Viewed 2380 times since Wed, Nov 22, 2017
Translating Web File Share
Viewed 20117 times since Wed, Mar 5, 2014
Recently Viewed
OCR Options
MENU