yupmin-ct / kollus-cors-upload

Kollus Cors Upload

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kollus CORS Upload

Requirement

  • jQuery : required
  • bootstrap : for site's theme

Supported browser

  • IE : Version 9 above

How to use

Attach below code to page's footer.

<!--[if lt IE 10]>
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<![endif]-->
<!--[if (gte IE 10)|!(IE)]><!-->
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<!--<![endif]-->
<script src="assets/js/cors-upload.js"></script>

How to develop or test

Requirement

  • php 5.3 above
    • composer
  • npm (of node 4.2 above)

1. Install composer

curl -sS https://getcomposer.org/installer | php

2. Bulid

php composer.phar install
npm install
`npm bin`/.bin/gulp

3. Create config.yml and change your information

cp config-sample.yml config.yml
vi config.yml

About

Kollus Cors Upload

License:MIT License


Languages

Language:JavaScript 72.4%Language:PHP 25.4%Language:CSS 2.2%