Replies: 1 comment
|
Hey @ThorPham! thanks for your words. We are curently working on a new version of 💻 @dropzone-ui/react and we are adding some new features like exposing the uploading function 📁 and also provide the upload feature for ⏺️ InputButton component, so in this new version your first question must be covered. By the end of the next Tuesday (April 12nd) we'll have already deployed a new version. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Thank you for great library. I have 2 question.
first , I am use InputButton and don't use any preview image component. How to automatic send image to server.
second, i want to use image data to render for other component. I see props "imageUrl" but it only get if i click view whole image. So i must convert from blob image use URL.createObjectURL(item.file) . Can i get directly image data ?
Thank you so much
All reactions