example 1 - upload single file
Using Ajax Multi Upload to upload single file at once: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, auto, afterUpload, 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.