Render uploading items in outside of fine uploader wrapper
omidnikrah opened this issue · 3 comments
Hi,
I want to when a user uploads some file, fine uploader wrapper hide and display uploading items Instead of that.
How can I render uploading items to another place?
I don't understand the question. please show what you are trying to do with code
@rnicholus
When you uploading some file, Fine uploader does something like following image:
But I want to when user uploading some file, Fine uploader display uploading item like following image:
I don't know how I can do that with Fine Uploader.
Just as you would with any other react components, you can arrange and combine all of the components in this library to suit whatever layout you require. See the implementation of the gallery component for inspiration.