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 - Autoloader issue not returning Class -

java - How to put two numbers separated by a space into two different arrays -

c++ - Why am i getting wrong values when performing PE base relocation? -