example 5 - custom upload button
Using Ajax Multi Upload with custom upload button:
Follow the first three steps outlined in implementation.
In place of the code from step 4, insert the code from this example.
Parameters used in example: path, multi, afterUpload, buttonClass, bwidth, bheight, maxSize (see more in documentation)
Notice: due to the maxSize parameter used in example you can upload files with size not greater than 200 kB.

<input id="uploader" type="file" path="files/" multi="true" afterUpload="link" buttonClass="amu-custom-button" bwidth="100" bheight="30" maxSize="200" />
 Buy script at CodeCanyon: