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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -