Open Flynsarmy opened 9 years ago
Yes, but your PR changes 'chunks_uploaded' into 'chunks' in both places; the JSON key should be named 'chunk', but the db columns is named 'chunks_uploaded'
I'm not sure I understand. My PR changes chunks to _chunksuploaded. Not sure where you get that the JSON key needs to be named chunk from.
In create_upload you were using _chunksuploaded but when resuming an upload you're checking for chunks. This PR fixes that.