Skip to content

Latest commit

 

History

History
88 lines (73 loc) · 4.79 KB

file-upload.md

File metadata and controls

88 lines (73 loc) · 4.79 KB

Bookmarks tagged [file-upload]

https://stackoverflow.com/questions/40494050/uploading-image-to-amazon-s3-using-multer-s3-nodejs

Complete and working Node Cheat | Upload to s3 using multer-s3 available.

Code: ...


https://github.com/badunk/multer-s3

multer storage engine for amazon s3


https://valor-software.com/ng2-file-upload/

Angular2 File Upload


https://stackoverflow.com/questions/8922056/what-is-the-best-way-to-upload-and-store-pictures-on-the...

All big websites don't save pictures to the database they store them in the disk. They save a reference to the picture's position in a table. And then link from there.

Why? Performance.

Pulling heav...


https://github.com/choonkeat/attache

Standalone image and file server to decouple your app from file management concerns.


https://github.com/carrierwaveuploader/carrierwave

Classier solution for file uploads for Rails, Sinatra and other Ruby web frameworks.


https://github.com/markevans/dragonfly

A Ruby gem for on-the-fly processing - suitable for image uploading in Rails, Sinatra and much more!.


https://github.com/thoughtbot/paperclip

Easy file attachment management for ActiveRecord. Deprecated as of May 14, 2018.


https://github.com/dtaniwaki/rack-secure-upload

Upload files securely.


https://github.com/refile/refile

A modern file upload library for Ruby applications, Refile is an attempt by CarrierWave's original author to fix the design mistakes and overengineering in CarrierWave.


https://github.com/janko-m/shrine

Toolkit for handling file uploads in Ruby.