Hi,
Any one have any idea about using aurigma image uploader in rails.
I am trying to implement it in my application.
I followed following steps:
Copied HTML source in index.rb to index.html.erb
Installed paperclip to store images.
The request to upload sent to create method in
images_controller
Retrieve images from post data
Save images to DB through paperclip
My code works fine till this point. Images are cropped, saved
properly to DB.
But after that when I want to redirect it gives me error in a
alert box saying
Server attempted to redirect you to
http://localhost:3000/profile/2/images, but server
redirects are not supported.
Please help me out of this.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---