Web UI component: j-ImageUploader
j-ImageUploader
A simple singleton component for uploading of resized images. The component uploads base64 according to the schema
defined in options
of caller.
Methods:
imageuploader/upload(opt)
shows a file dialogopt.width {Number}
opt.height {Number}
opt.background {String}
a default background coloropt.url {String}
important URL where will be image uploadedopt.multiple {Boolean}
supports multiple files (default:false
)opt.schema {String}
default{ file: base64, name: filename }
opt.quality {Number}
default90
opt.callback(response, errors)
a callback importantopt.keeporiginal {Boolean}
keeps the original image if the dimension is the same as the width/height defined in the configuration (default:false
)
Author
- Peter Širka petersirka@gmail.com
- License
Created
31. may 2020
Updated
12. may 2022
Version
v1
License
https://www.totaljs.com/license/
Responsive
Yes
Author
Peter Širka
Email
petersirka@gmail.com
