-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
How to send local images in microsoft botframework sdk v4 using c#?? #1364
Comments
Hello, I have created a bot using microsoft botframework sdk v4 using c# and it is working well. Now I want send some local images in this bot. I tried with 15.handling-attachments github repo but it is only displaying internet attachment and showing exceptions for inline and uploaded attachments. can anyone please suggest me how can I send_ local images. |
I am getting this stack trace while trying handling attachments github repo. Sorry, it looks like something went wrong.’ at Microsoft.Bot.Connector.Conversations.d__10.MoveNext() |
Can you show me the code you're using for attachments? Or are you using the sample code unedited? |
I am using handling attachments sample from github. In that internet attachment is working but inline attachment and uploded attachment are not working. |
Just for further clarification: you're attempting to attach a file (such as a picture) from your computer to the bot, using emulator? |
I want to send the image in Base64 format which is saved in my computer to bot using C#. |
While researching this issue, I came across your question on Stack Overflow here. The person answering your question there is a member of the Bot Framework Support team, and will be able to further assist you. I'm going to close this issue so you can be better assisted over there. |
This is not for asking questions or filing bugs
To get help with an issue with your bot
To file an issue against a component please go to the components repo
The text was updated successfully, but these errors were encountered: