s3_multipart
s3_multipart copied to clipboard
Uploads don't complete.
Would you happen to have any idea why none of my uploads complete? Less than a minute after a file starts uploading, it stops. I'm using a brand new rails app setup exactly as suggested in your README file.
[Log] File has started uploading (application.js, line 27)
[Log] File is 0.0019353080431962172 percent done (32768 of 1693167148 total) and uploading at 32768 (application.js, line 43)
[Log] File is 0.07547701368465248 percent done (1277952 of 1693167148 total) and uploading at 1245184 (application.js, line 43)
[Log] File is 0.08321824585743734 percent done (1409024 of 1693167148 total) and uploading at 131072 (application.js, line 43)
[Log] File is 0.08321824585743734 percent done (1409024 of 1693167148 total) and uploading at 0 (application.js, line 43, x113)
I've tried both the master and development version of the gem as well.