Upload multiple images with attachment_fu

i am getting array of images but when i trying to save it,
it gives error

NoMethodError (undefined method `strip’ for
#ActionController::UploadedStringIO:0x458afe4)

help ?

hi,

You may use RMagick for this since there is method Image_list which
helps to create an array of images and store them into single image

Dharmdip R. wrote:

i am getting array of images but when i trying to save it,
it gives error

NoMethodError (undefined method `strip’ for
#ActionController::UploadedStringIO:0x458afe4)

help ?

Sarika P. wrote:

hi,

You may use RMagick for this since there is method Image_list which
helps to create an array of images and store them into single image

Dharmdip R. wrote:

i am getting array of images but when i trying to save it,
it gives error

NoMethodError (undefined method `strip’ for
#ActionController::UploadedStringIO:0x458afe4)

help ?

Thank you .