Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuchar committed Sep 21, 2014
1 parent 74a9f59 commit 8ab5a8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ MultipleFileUpload

[![Code Climate](https://codeclimate.com/github/jkuchar/MultipleFileUpload/badges/gpa.svg)](https://codeclimate.com/github/jkuchar/MultipleFileUpload)


MultipleFileUpload (shorter MFU) is an add-on that makes **uploading thousands of huge files piece of cake**. Just 4 simple steps and you will not need to deal with chunking, autentization of uploads or browser compatibility.

Thanks to multi-backend design you can change your file storage just by changing line in documentation. Currently allows you to pick up one of these storages **SQLite3** (default), **SQLite** and [Dibi](http://dibiphp.com/) (**MySQL**, **PostgreSQL**, MSSql, ...).
Expand Down

0 comments on commit 8ab5a8a

Please sign in to comment.