HTML5 + Javascript asyncronous file uploader.
v. 2 - Massimo Cassandro - (c) 2015/2020
Fileuploader automates and simplifies html file uploading.
Uploads are performed asynchronously via an Ajax call to a server-side script
that saves the file and returns a JSON string.
Although the default settings are based on Bootstrap 4, FileUploader is entirely and easily configurable from scratch and can be adapted to any layout.
The following demos, show some features of FileUploader in front-end
(take a look to the
About the demo
section in the README file for more info).
You can also find a small example of a complete server-side application
in the /demo/php_sample
folder.
The Read me file contains more detailed info and examples.