ruby on rails - Upload file to remote URL (etc. another LAN computer) with CarrierWave -


my project @ school create demo distributed system. created web app upload , share files (sth small dropbox system).

in project, setup 1 virtualbox machine each part. in rails app, i'm using carrierwave gem save uploaded files.

follow carrierwave doc here, have 2 options: 1 store files locally in public folder, or use 3rd party storage s3 ... problem here don't know how make carrierwave save files to storage machine (the bottom part).

enter image description here


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -