News

Upload to S3 via JavaScript

Published

EvaporateJS is a javascript library for directly uploading files from a web browser to AWS S3, using S3’s multipart upload.

You have to admit this is neat.

EvaporateJS can resume an upload after a problem without having to start again at the beginning. For example, let’s say you’re uploading a 1000MB file, you’ve uploaded the first 900MBs, and then there is a problem on the network. Normally at this point you’d have to restart the upload from the beginning. Not so with EvaporateJS – it will only redo a small ~5MB chunk of the file, and then carry on from where it left off, and upload the final 100MB.

This is a beta release. It still needs lots more work and testing, but we do use it in production on videopixie.com, and it does reliably upload 20GB+ files.

JavaScript is going to take over the world.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Filed in

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article