Web 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 color (NEW: supports thetransparent
value and output will be.png
)opt.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
)- NEW
opt.files
{FileList} optional (if you use e.g Drag & Drop)
Friendly components:
This component works with loading
when the file is uploading.
Author
- Peter Širka petersirka@gmail.com
- License
Created
31. may 2020
Updated
31. january 2023
Version
v1
License
https://www.totaljs.com/license/
Responsive
Yes
Author
Peter Širka
Email
petersirka@gmail.com
