1

What is the best way to be able to upload photos to a portfolio on a website created in ruby on rails via the admin? I then need the photos to upload into a javascript library. Any suggestions?

Thanks

4

1 に答える 1

3

Use paperclip or CarrierWave. These two are good gems for photo-uploading. As per 'via admin' thing, that depends on your authentication system.

于 2012-12-04T12:18:34.883 に答える