Advanced Uploading Techniques — Part One

The first in a series of advanced uploading techniques, in this tutorial I discuss how to build a chunked uploader that will let you break your large files into smaller pieces using the File API. We will also look into the possibilities that chunked uploading opens for us, such as allowing users to pause and resume their uploads.

Head on over to the tutorial!