SimpleMDE and ActiveStorage
Play
11:12 CC

SimpleMDE and ActiveStorage

#124 Mar 11, 2018 pro
SimpleMDE is a great WYSIWYG Markdown Editor, but lacks the ability to handle image uploads. In this episode, we look at adding ActiveStorage and some JavaScript to handle image uploading.

In-depth Look into ActiveStorage
Play
21:59 CC

In-depth Look into ActiveStorage

#111 Dec 24, 2017 pro
In this episode, we look at ActiveStorage, which is the new file uploading interface in Rails 5.2, and how we can accomplish direct uploads to cloud storage, retrieving & displaying uploaded content, and showing progression with progress bars.

Antivirus Uploads with Clamby
Play
5:26 CC

Antivirus Uploads with Clamby

#43 Aug 21, 2016 free
Using ClamAV, scan files uploaded to your application for viruses. In the event of a virus learn how to gracefully handle the infected file and notify the user.

Refile Uploads with Progress Bar
Play
2:41 CC

Refile Uploads with Progress Bar

#15 Aug 23, 2015 free
Adding progress bars to your Refile uploader is easy thanks to the included javascript library from Refile. Learn how to add progress bars to your application.

Securing File Uploads
Play
6:19 CC

Securing File Uploads

#14 Aug 22, 2015 free
Be default, Refile does not have a way to secure file downloads. It relies on a generated hash that is unknown to users unless the page renders that image or has a download to that file. This is okay sometimes, however, protecting the file from being downloaded for those who have the URL is a bit more involved.