This demo application illustrates how you can use extend functionality of Image Uploader through HTML and JavaScript. It demonstrates how to set and display upload restrictions (maximum file count and size). It does not allow to upload more than 10 files and 10MB (can be configured in the code).
Additionally, this application highlights the following features:
|
|||||||||||
Select up to x files for upload.
0 files are selected.
The total file size should be smaller then x. Total size os selected files is 0.
|
|||||||||||