Fileio
Fileio upload your file to file.io
All you need is: Fileio.upload(path)
If you need to control when the file will expire:
Fileio.upload(path, expires: '3d')
Installation
Add this line to your application's Gemfile:
gem 'fileio'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fileio
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/phuongnd08/fileio.