-
Notifications
You must be signed in to change notification settings - Fork 253
Open
Labels
Description
Hi there
Can someone guide me about uploading files using carrierwave with nested attributes and jquery-fileupload-rails plugin.
Basically my requirement is I have a Package that has many Images. How can I create a package with package details along with adding multiple images with nested form using jquery fileupload plugin.
When I create a package with multiple images using nested form, it takes too much time to process the request specially if images are of bigger size around 6-7 MBs. I am using and passenger and nginx in my production server.
Thanks
Sangam Gupta