Hi all,
i’m doing my first ruby on rails work. I have to build a photo
selling site. A photographer login, upload his photos and sells it.
the photo will be protected in some particular way (i will use tags
for this task).
My first problem is file upload. I want to let the user to be able to
upload more photo at once (100-200). I see active upload, but it will
upload many attachments to a model. My model is a photo, not a generic
attachment. There is a solution other than active upload that i can
use for my task?
i’m doing my first ruby on rails work. I have to build a photo
selling site. A photographer login, upload his photos and sells it.
the photo will be protected in some particular way (i will use tags
for this task).
My first problem is file upload. I want to let the user to be able to
upload more photo at once (100-200). I see active upload, but it will
upload many attachments to a model. My model is a photo, not a generic
attachment. There is a solution other than active upload that i can
use for my task?