file-upload.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [file-upload]

www.codever.land/bookmarks/t/file-upload

Uploading image to amazon s3 using multer-s3 nodejs

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: ...


GitHub - badunk/multer-s3 home page

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

multer storage engine for amazon s3


Angular File Upload

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

Angular2 File Upload


What is the best way to upload and store pictures on the site?

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...


attache

https://github.com/choonkeat/attache

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


CarrierWave

https://github.com/carrierwaveuploader/carrierwave

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


DragonFly

https://github.com/markevans/dragonfly

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


PaperClip

https://github.com/thoughtbot/paperclip

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


rack-secure-upload

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

Upload files securely.


Refile

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.


Shrine

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

Toolkit for handling file uploads in Ruby.