Skip to content

Commit 44ac589

Browse files
committed
COMMIT - initial commit
0 parents  commit 44ac589

20 files changed

+3835
-0
lines changed

.bower.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "jquery.filer",
3+
"version": "1.0.4",
4+
"main": "js/jquery.filer.min.js",
5+
"ignore": [
6+
"**/.*",
7+
"bower_components",
8+
"test"
9+
],
10+
"homepage": "https://filer.grandesign.md/",
11+
"authors": [
12+
"CreativeDream <[email protected]>"
13+
],
14+
"description": "Simple HTML5 File Uploader, a plugin tool for jQuery which change completely File Input and make it with multiple file selection, drag&drop support, different validations, thumbnails, icons, instant upload, print-screen upload and many other features and options.",
15+
"license": "MIT",
16+
"dependencies": {
17+
"jquery": ">= 1.7.2"
18+
},
19+
"_release": "1.0.4",
20+
"_resolution": {
21+
"type": "version",
22+
"tag": "v1.0.4",
23+
"commit": "5887bb8b5e916f7cdd11e6f0be0f5151329c6d2e"
24+
},
25+
"_source": "git://github.com/CreativeDream/jquery.filer.git",
26+
"_target": "~1.0.4",
27+
"_originalSource": "jquery.filer",
28+
"_direct": true
29+
}

LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2015
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
22+

README.md

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
jQuery.filer 1.0.4
2+
============
3+
jQuery.filer - Simple HTML5 File Uploader, a plugin tool for jQuery which change completely File Input and make it with multiple file selection, drag&drop support, different validations, thumbnails, icons, instant upload, print-screen upload and many other features and options.
4+
5+
<b><a href="http://filer.grandesign.md/" target="blank">Demo</a></b> | <b><a href="http://filer.grandesign.md/#documentation" target="blank">Documentation</a></b> | <b><a href="http://filer.grandesign.md/#support" target="blank">Support & Donate</a></b>
6+
7+
8+
![Cover](http://filer.grandesign.md/images/content/cover2.jpg "jQuery.filer")
9+
10+
Features
11+
-------
12+
* Completely change File Input
13+
* Upload files after choosing
14+
* Add more files to input without uploading them
15+
* Validate files(limit, size, extension)
16+
* Create thumbs
17+
* Custom icons for each type of file
18+
* Custom templates & themes for: input, thumbs, icons
19+
* Remove Choosed/Uploaded files
20+
* Append existing files to input for a preview
21+
* Image paste from clipboard
22+
* Custom captions
23+
* Custom callbacks
24+
* Templates inline variables, ex: {{fi-limit}}
25+
* All icons in a one beautiful font
26+
* Drag & Drop Option
27+
* API Methods and values
28+
29+
Usage
30+
-------
31+
<b><a href="http://filer.grandesign.md/#instructions" target="blank">Instructions</a></b> | <b><a href="http://filer.grandesign.md/#demos" target="blank">Demos</a></b> | <b><a href="http://filer.grandesign.md/#documentation" target="blank">Documentation</a></b>
32+
33+
Contribute
34+
-------
35+
Want to be part of this project? Great! All are welcome!
36+
Whether you have a great feature request or you fancy owning a task from the road map above feel free to get in touch.
37+
<br>
38+
By <b>themes</b> you can contribute to plugin by making a <a href="https://github.com/CreativeDream/jquery.filer/pulls" target="_blank">Pull Request</a> to <i>/css/themes/</i> and writing a short description containing plugin templates options.
39+
40+
Support
41+
-------
42+
Questions or need help? You can ask it using <a href="http://stackoverflow.com/questions/ask?tags=jQuery,jquery.filer" target="_blank">StackOverflow</a> site where you are most likely to get answer quickly. Make sure you add the tags "jquery" and "jquery.filer" when posting.
43+
44+
If you run into an issue and need to report a bug or you just have a question, please create an <a href="https://github.com/CreativeDream/jquery.filer/issues" target="_blank">Issue</a> on GitHub issues and we will investigate it.
45+
46+
Follow <a href="http://twitter.com/increativedream">@creativedream</a> for the latest updates.
47+
48+
<b>Make a donation</b> - jQuery.filer is free and open source and your donations will help us to develop it. You can support our project by donating with PayPal. All contributions, small or great, are very much appreciated. Thank you!
49+
<br><br>
50+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WFVGJ66RW22GJ" target="_blank"><img src="http://grandesign.md/__cr/1445905675_paypal-curved.png"></a>
51+
52+
PHP File Uploader
53+
-------
54+
PHP File Uploader is an easy to use, hi-performance File Upload Script which allows you to upload files to webserver. You can get it on the link below.
55+
<br><b><a href="https://github.com/CreativeDream/php-uploader" target="blank">PHP Uploader</a></b>
56+
57+
License
58+
-------
59+
> Licensed under <a href="http://opensource.org/licenses/MIT">MIT license</a>.

0 commit comments

Comments
 (0)