|
@@ -32,7 +32,7 @@ We occasionally get asked why we would even need anything beyond `<input type="f
|
|
|
|
|
|
Sometimes, however, you might like to add a drag-and-drop surface with file previews or upload progress reporting that works well across browsers. Webcam support could be useful. Other than that, picking files directly from your Instagram and Dropbox — without first passing through your mobile phone — can save a lot of bandwidth and battery life (uploads with Uppy and Companion happen server-to-server). In all those cases, you’ll need something more than a simple `<input type="file">` command.
|
|
|
|
|
|
-<iframe style="border: none;" src="https://cards.producthunt.com/cards/posts/152565?v=1" width="500" height="405" frameborder="0" scrolling="no" allowfullscreen></iframe>
|
|
|
+<center><iframe style="border: none;" src="https://cards.producthunt.com/cards/posts/152565?v=1" width="598" height="405" frameborder="0" scrolling="no" allowfullscreen></iframe></center>
|
|
|
|
|
|
Then there’s also the issue of large files, where resumability is essential. It’s basically unacceptable in this day and age to still have to restart your upload from scratch, just because your WiFi had a hiccup. That’s why Uppy uses Tus, the open protocol for resumable file uploading.
|
|
|
|