Describe the problem/error/question
I need to upload file from chat , but the “Allow File upload” option is only available in ‘Chat Trigger’ activity in ‘Hosted’ and not in ‘Embedded mode’
What is the error message (if any)?
No Error message
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
```{
"nodes": [
{
"parameters": {
"public": true,
"mode": "webhook",
"options": {}
},
"id": "709becac-4bbd-4d12-955c-7d61927af7a0",
"name": "When chat message received1",
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"typeVersion": 1.1,
"position": [
-400,
200
],
"webhookId": "531f90f4-03fa-42ac-a8f0-45025dd970d6",
"notesInFlow": false
}
],
"connections": {
"When chat message received1": {
"main": [
[]
]
}
},
"pinData": {}
}
## Share the output returned by the last node
<!-- If you need help with data transformations, please also share your expected output. -->
## Information on your n8n setup
- **n8n version:** [email protected]
- **Database (default: SQLite):**
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**
- **Running n8n via (Docker, npm, n8n cloud, desktop app):** Cloud
- **Operating system:** Windows
-

