Parse-SDK-Android icon indicating copy to clipboard operation
Parse-SDK-Android copied to clipboard

Support saveEventually on Files

Open mithleshjs opened this issue 10 years ago • 4 comments

Now that we can host parse on our own server, add support for saveEventually on files.

mithleshjs avatar Feb 02 '16 09:02 mithleshjs

I wouldn't recommend this. If you wanted to upload a large file I'd suggest throwing the upload into a background service in a different process.

grantland avatar Feb 02 '16 18:02 grantland

How about uploading files less than 500 KB ?

mithleshjs avatar Feb 03 '16 06:02 mithleshjs

I don't have any argument against this, however, I would strongly suggest that the current *Eventually stack should be nuked and reimplemented externally of ParseObject first.

grantland avatar Feb 03 '16 19:02 grantland

Is putting the file upload into a background task not part of the scope of the Parse-SDK? I was surprised, when I learned, that the file-upload does not work in the background. Without background upload parse-files are unusable for me. A mobile device nearly never has steady network access.

timLoewel avatar Dec 09 '20 16:12 timLoewel