I slice large file as several pieces and upload them over ajax since GAE has limited 32MB per request and will cause OOM. But I can not open the existing file with append mode, or seeking the specific position of file to write the chunked data.
I would like to know how to do it using this library or I only can do it using JSON API?
Thank you!
I slice large file as several pieces and upload them over ajax since GAE has limited 32MB per request and will cause OOM. But I can not open the existing file with append mode, or seeking the specific position of file to write the chunked data.
I would like to know how to do it using this library or I only can do it using JSON API? Thank you!