Search code examples
ruby-on-railsrubyruby-on-rails-3amazon-s3heroku

Rails / Heroku - How can I anti-virus scan an uploaded file?


How is it possible to scan a uploaded file for viruses, trojans etc.?

Just thinking about preventing some users to upload some nasty stuff.

I am using Heroku and Amazon S3.


Solution

  • Check out this

    It supports a REST/JSON antivirus web service.