filepicker.io - on .pick / pickAndStore use generated thumbnail -
when file picker opened either using .pick
or .pickandstore
, , image selected, thumbnail of original image shown on side.
i want reuse thumbnail, preferably locally stored version. how can access e.g., filepicker api or other javascript library?
the thumbnail see during uploading generated filepicker javascript data uri (eg, src="data:image/jpeg;base64,...") never exists.
once file uploaded can use image conversion rest api: https://developers.inkfilepicker.com/docs/web/#inkblob-images
Comments
Post a Comment