uploadcare / uploadcare-ios

UploadcareKit: iOS SDK for Uploadcare API
http://uploadcare.com/
MIT License
25 stars 16 forks source link

Support for upload big files #25

Closed heyzooi closed 4 years ago

heyzooi commented 6 years ago

The current implementation loads the data to be upload into memory, which makes impossible to upload big files.

heyzooi commented 6 years ago

I could fix the client, but to have an optimum solution I would need support for a few changes in the server side.

ghost commented 6 years ago

Hi, i’m having trouble in handling video files around 300Mb, can this be the reason ? Thanks

dmitry-mukhin commented 6 years ago

@msaintmartin if you're using this ios sdk, this is possible.

ghost commented 6 years ago

Thanks for answering ! Any workaround to propose ? I'm creating an app that use video record and push as first feature. Thanks

dmitry-mukhin commented 6 years ago

I'd propose to try to add a method of uploading files from FS, not memory.

rsedykh commented 4 years ago

Fixed in uploadcare-swift.