diff --git a/website/src/_posts/2017-07-golden-retriever.md b/website/src/_posts/2017-07-golden-retriever.md index 35bae0d69..527c765b3 100644 --- a/website/src/_posts/2017-07-golden-retriever.md +++ b/website/src/_posts/2017-07-golden-retriever.md @@ -6,7 +6,9 @@ image: "http://uppy.io/images/blog/golden-retriever/uppy-team-kong.jpg" published: true --- -**TLDR;** We're on a mission to improve file uploading on the web. We released [tus](https://tus.io): the open protocol for resumable file uploads, as well as Uppy: the next open source file uploader for web browsers. Uppy uses tus, which makes it resilient to poor network conditions and crashing servers. Today we’re launching an Uppy feature that also makes it resilient to browser crashes, which we believe is an industry first. We're sharing a quick [demo](#demo) video, a bit of [background](#uppy), [how](#how) exactly we achieved this (technical details), and how you can [try](#try) it yourself. +**TL;DR:** We're on a mission to improve file uploading on the web. We released [tus](https://tus.io): the open protocol for resumable file uploads, as well as Uppy: the next open source file uploader for web browsers. Uppy uses tus, which makes it resilient to poor network conditions and crashing servers. Today we’re launching an Uppy feature that also makes it resilient to browser crashes, which we believe is an industry first. We’re sharing a quick [demo](/blog/2017/07/golden-retriever/#demo) video, a bit of [background](/blog/2017/07/golden-retriever/#uppy), [how](/blog/2017/07/golden-retriever/#how) exactly we achieved this, and how you can [try](/blog/2017/07/golden-retriever/#try) it yourself. + +\*** Don’t you just hate it when you’re about to share the perfect photos from your trip to Iceland, and halfway through, your cat jumps on the keyboard and trashes your browser? Or the battery in your laptop dies? Or you accidentally close the tab or navigate away? We hate that too!