Implementation
- Step 1 - upload files style.css, upload.packed.js, upload.php to your server
- Step 2 - include javascript and css files to the head section of your page
<head>upload.packed.js contains: jQuery 1.12.4.min.js, jquery.uploadifive.min.js, myupload.js
<link rel='stylesheet' type='text/css' href='style.css' />
<script type='text/javascript' src='upload.packed.js'></script>
</head>
<input id="uploader" type="file" path="files/" multi="true" afterUpload="link" />You can also use other parameters, which are described in the documentation