Reputation: 235
I am using Paperclip as file uploader for my projects. It is very great gem and I have configured it to upload multiple files, convert etc.
All would be very great, but I have a problems when I am uploading big files. When I am uploading 10 images 5MB each, Mozilla is crashing. What I could do avoid it?
Upvotes: 0
Views: 418
Reputation: 16012
You problem seems to more related to your Mozilla browser than to paperclip. Paperclip only comes into play after the files have been transferred completely between the browser and your webserver.
Upvotes: 1