mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 10:18:40 +00:00
Add list numbers to “Press” section
This commit is contained in:
parent
2b15b72d41
commit
8dfdecbc2f
1 changed files with 5 additions and 5 deletions
|
|
@ -92,7 +92,7 @@ We’ve also added an option to select which camera will be used to capture pict
|
|||
|
||||
Uppy has made some appearances on the internet recently.
|
||||
|
||||
**[Better File Uploads with Shrine: Direct Uploads](https://twin.github.io/better-file-uploads-with-shrine-direct-uploads)**
|
||||
1\. **[Better File Uploads with Shrine: Direct Uploads](https://twin.github.io/better-file-uploads-with-shrine-direct-uploads)**:
|
||||
|
||||
On how to set up Uppy with [Shrine](http://shrinerb.com/), a file attachment toolkit for Ruby applications. It starts off with an example of a plain `<form>` upload and builds up to a more advanced experience:
|
||||
|
||||
|
|
@ -104,22 +104,22 @@ On how to set up Uppy with [Shrine](http://shrinerb.com/), a file attachment too
|
|||
>
|
||||
> There are many popular JavaScript file upload libraries out there – jQuery-File-Upload, Dropzone.js, FineUploader etc. – but the one you should use with Shrine is definitely Uppy 🐶. Uppy is a modular library that knows how to upload files to a custom endpoint on your app, to Amazon S3, or even to a resumable endpoint, providing progress bars, drag & drop functionality, image previews, file validations etc, all while making as few assumptions as possible.
|
||||
|
||||
**Featured [in Javascript Daily](https://twitter.com/JavaScriptDaily/status/950348390268919809)**
|
||||
2\. **Featured [in Javascript Daily](https://twitter.com/JavaScriptDaily/status/950348390268919809)**:
|
||||
> Uppy: A Powerful, Modular JavaScript File Uploader
|
||||
<cite>— JavaScript Daily</cite>
|
||||
|
||||
**[#1 Trending on GitHub](https://twitter.com/uppy_io/status/946485101541683201) accross all languages**
|
||||
3\. **[#1 Trending on GitHub](https://twitter.com/uppy_io/status/946485101541683201) accross all languages**:
|
||||
> Today our open source efforts are outpacing those of MSFT GOOG FB combined :D
|
||||
<cite>— kvz, transloadit</cite>
|
||||
|
||||
**[#2 Product of the Week](https://www.producthunt.com/posts/uppy-io) on ProductHunt**
|
||||
4\. **[#2 Product of the Week](https://www.producthunt.com/posts/uppy-io) on ProductHunt**:
|
||||
> You literally solved my biggest problem, thank you for developing such a great project.
|
||||
<cite>— Chetan Menaria</cite>
|
||||
|
||||
> Writing file upload functionality is always a pain in the arse. I’ll be checking this out today and integrating into SongBox if it’s good.
|
||||
<cite>— Mick</cite>
|
||||
|
||||
**[#2 New Tool of The Year](https://stackshare.io/posts/top-developer-tools-2017) on Stackshare**
|
||||
5\. **[#2 New Tool of The Year](https://stackshare.io/posts/top-developer-tools-2017) on Stackshare**:
|
||||
> Uppy closed out the year as the #1 trending GitHub JavaScript project, so we think it’s only getting started.
|
||||
|
||||
## Full Changelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue