I used gem "paperclip" for upload images and gem "paperclip-storage-ftp" for store images on my own ftp server.I got success to upload multiple photos and it's saved in my database too without having error.
but when I go to show photos page there i can see some photos proper, But
some most of photos are broken, and i am getting so many error in browser console like this
Failed to load resource: net::ERR_EMPTY_RESPONSE
help me if you have any solution for this.
Thank you.