espen / balder

Balder - Open source Ruby on Rails photo gallery
http://balderapp.com
MIT License
263 stars 97 forks source link

Upload Images from Heroku to S3 will repeatedly scramble the picture #16

Closed marcopaga closed 13 years ago

marcopaga commented 13 years ago

I deployed the app to heroku and tried to upload some sample images through the web ui. [[This | http://marcostestbucket.heroku.com/albums/1-test-album]] is the result. The lower half of the images is greyed out. When the upload process is running I can see that at ~60% the upload process is stuck for a short time and then moving up to 100% fast.

espen commented 13 years ago

Fixed in lastest commit. html5 is the default and had not tried with flash. Plupload was set to send in several chunks which caused problems saving (only one chunk was saved by carrierwave). Also implemented sending of session variable in flash to ensure it will authenticate. Please try again after deleting the broken photos. Let me know if you still have an issue.