Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

I haven't been able to get a concrete answer for this. Is the size limit for hitting the fileUpload endpoint provided here in the docs, it says that individual files need to be less than 100mbs, is there a limit to the file size of fileUploads in a single message payload?

You must be logged in to vote

Replies: 1 comment

Comment options

UPDATE: I've been looking into the MessageInputContext file and came to the conclusion that imageUploads are done via mapping through the selected images returned from the promise from the image picker, with the action of uploadImage which does a channel.sendMessage (if the doImageUploadRequest/doFileUploadRequest functions aren't defined in the Channel). I presume that this would mean that each individual image/file just needs to be 100 MB's or less for this to work. Interesting, wondering how the images are rendered in a group in the widget. Presume there's a check to see how many assets are uploaded to render multiple tile gallery widgets.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.