Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
tomitrescak committed Dec 20, 2014
1 parent 6121e96 commit 1dadc33
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Introduction

```
NEWS! Now with drag and drop support!!!
```
Expand All @@ -16,23 +18,9 @@ These packages allow you to easily setup a file upload service to your Meteor se
2. Possibility to rename files on the server
1. Simple configuration and installation! No need to install 10+ packages like with Collection-FS solution

```
Please note that since we are using blueimp's juery solution, this solution has a full potential of performing client image resizes, chunked uploads, upload resume and more. These features will be gradually added. Pull requests are welcome!
```

# Screeenshots

Single file image upload with preview:
> Please note that since we are using blueimp's juery solution, this solution has a full potential of performing client image resizes, chunked uploads, upload resume and more. These features will be gradually added. Pull requests are welcome!
![Screenshot](https://dl.dropboxusercontent.com/u/3418607/Screenshots/Uploads-Single.png)

Multiple file upload with queue:

![Screenshot](https://dl.dropboxusercontent.com/u/3418607/Screenshots/Uploads.png)

Dropzone

![Screenshot](https://dl.dropboxusercontent.com/u/3418607/screenshots/Uploads-Dropzone.png)
**For all the screen-shots, please scroll to the bottom of the page.**

# Quick Start

Expand Down Expand Up @@ -204,6 +192,19 @@ If you wish to use custom URL for your uploads this can be configured as followi
Uploader.uploadUrl = 'http://yoururl';
```

# Screeenshots

Single file image upload with preview:

![Screenshot](https://dl.dropboxusercontent.com/u/3418607/Screenshots/Uploads-Single.png)

Multiple file upload with queue:

![Screenshot](https://dl.dropboxusercontent.com/u/3418607/Screenshots/Uploads.png)

Dropzone

![Screenshot](https://dl.dropboxusercontent.com/u/3418607/screenshots/Uploads-Dropzone.png)



0 comments on commit 1dadc33

Please sign in to comment.