Reputation: 43
I have googled and searched for this but I need help. I feel really stupid because I have been using ide's for awhile. Just not cloud based. So how do I add a local image to my cloud9 html page?
Upvotes: 4
Views: 7300
Reputation: 31
you can also use a simple save and drag method.
Upvotes: 3
Reputation: 110
This works on rails projects on c9, not sure about different environments but worth a try.
curl -O imagelink
mv imagelink app/assets/images/
Upvotes: 0