-
-
Notifications
You must be signed in to change notification settings - Fork 490
Drag & drop files upload #336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
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 3fe2fee |
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 ?? |
Describe the solution you'd like
I want to add a file drag upload function, which is very necessary in some cases.
The text was updated successfully, but these errors were encountered: