# sendMultipleFilesMessage is not working properly

**URL:** https://community.sendbird.com/t/sendmultiplefilesmessage-is-not-working-properly/8152
**Category:** React
**Created:** [August 30, 2023, 5:32am UTC](https://community.sendbird.com/t/sendmultiplefilesmessage-is-not-working-properly/8152 "2023-08-30T05:32:06Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![loel](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/loel/32/4447_2.png) [@loel](https://community.sendbird.com/u/loel)
#### Post date: [August 30, 2023, 5:32am UTC](https://community.sendbird.com/t/sendmultiplefilesmessage-is-not-working-properly/8152/1 "2023-08-30T05:32:06Z")

</div>

I 'm trying to use a sendMultipleFilesMessage.  
However, after sending the files, the channel is not updated.

And, I’m trying to refresh using currentGroupChannel in useChannelContext, but it doesn’t work.

---

<div class="post-metadata">

### Author: ![Chinmaya\_Gupta](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/chinmaya_gupta/32/1021_2.png) [@Chinmaya\_Gupta](https://community.sendbird.com/u/Chinmaya_Gupta)
#### Post date: [November 3, 2023, 12:09pm UTC](https://community.sendbird.com/t/sendmultiplefilesmessage-is-not-working-properly/8152/2 "2023-11-03T12:09:30Z")

</div>

Hello @loel

To update the channel after sending multiple files, you can use the `refresh` method on the `currentGroupChannel` object in the `useChannelContext`.

If you are already using that and still facing some issues then can you share your code snippets and UIkit version which you are using?
