Drag & drop files upload
Describe the solution you'd like
I want to add a file drag upload function, which is very necessary in some cases.
Yes I agree, feel free to send a PR for that.
@Alisonispig are you going to give PR soon ?? @antoine92190 or can you please guide us about drag and drop files Function.
The implementation should be easy, you just need to make sure the drag and drop calls the following function: https://github.com/antoine92190/vue-advanced-chat/blob/master/src/lib/Room/RoomFooter/RoomFooter.vue#L498-L524
@antoine92190 thanks for the response can you guide me how exactly i can call this function .... i have drag function with witch i have data property of files now how can i just call onFileChange from my function .... I'm new to Vuejs so.
You need to do the change in the file I sent you, then send a pull request.
i don't understand all i understand is i have to make my drag and drop function and the call the ;library function to pass the files.
Your drag and drop function needs to be inside the library file, it should be part of the library. If you don't know how to do it, you will need to wait until I implement the feature myself.
It will be great to have this feature as i need it badly and im stuck on this. Thanks
Feature added in https://github.com/antoine92190/vue-advanced-chat/commit/3fe2feeb4eab37474bcd433b0c419e5f3fc30a1a You can try it out on the demo until I release it: https://antoine92190.github.io/vue-advanced-chat/
Thats a very good move, working good on demo lets try out in real application, when will it be available.
@antoine92190 hey when the update release4 gonna happen ??