Closed LuisM000 closed 2 months ago
I also have this very same issue. We cannot control the name of the files the user's upload from Teams to the bot's backend. Please help!
Same issue here :(
I can reproduce. As it is happening on the Teams side (before even getting to the bot), I am investigating on where/how to have this handled.
Hello there! Are there any news on this?
Is there a ETA or update on this issue?
Hi @tracyboehrer, this is the same issue reported in #4750. It's on MS Teams' side, the bot is not receiving the attachment when there are special characters in its name.
OP should refer this to the Teams Samples or Teams AI SDK repo.
Version
Lastest
Describe the bug
When I upload an attachment from Microsoft Teams with certain special characters, such as a '+', the attachment "disappears" when it is received in the bot's backend.
For example, uploading a file with a "normal" name like
test.txt
works as expected, and I receive the following in the bot's backend:However, if I upload a file with a name like
test+.txt
, I only receive the following:To Reproduce
Steps to reproduce the behavior:
test.txt
) from Microsoft Teams.test+.txt
) from Microsoft Teams.Expected behavior
Attachments with special characters in their names should be processed correctly and received in the bot's backend just like attachments with normal names.
Screenshots
N/A
Additional context
This issue has also been posted on Stack Overflow.