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

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

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -