Pedro Henriquepedrohcs.hashnode.dev·Aug 11, 2024Uploading Large Files To Google Bucket Storage Using DjangoAs we work with systems that need to generate files and the data flow from these systems grows constantly, the size of these files will also increase. Therefore we can have some timeout or memory issues to upload these big files. A solution to deal w...Discuss·68 readsGCP
Macadmac-ad.hashnode.dev·May 31, 2024Breaking It Down: A Step-by-Step Guide to Chunked Uploads"Size actually matters in web" Uploading Large files at once from client to server is both risky as well as bandwidth heavy. Risky in a sense that if suddenly during the upload the internet connection goes down, the whole upload is to be restarted wh...Discusschunk upoad