Replies: 2 comments 2 replies
-
Hi @ser888gio! I'm Dosu and I’m helping the langflow team. To upload multiple files from a folder on your Windows 11 machine using LangFlow, you should use the standard Windows path format with backslashes, for example: However, if you are using LangFlow through the Datastax website (hosted/cloud version), direct access to your local file system via a path string may not be supported due to browser security restrictions. In this case, you should use the File management system: go to the "My Files" window (usually at If you want to upload files directly within a flow, the File component also allows one-time uploads from your local machine. If you encounter errors during upload, make sure you are not adding extra quotes or special characters to the path, and always use the file picker dialog when possible for best compatibility. If you need to use a path string, stick to the Windows format as shown above. To reply, just mention my name @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for the fast reply. For future implementation we are planning to upload files to the LangFlow project on a daily basis. The files would be scrapped from a website, right know we are using ElasticSearch for scrapping and storing. Is it possible to create such a flow in the LangFlow, where it will be automated and not expecting the user to upload manually the files? I have tried your path, but is not working, maybe because it is in the broser environment. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Good morning,
I am using LangFlow through Datastax website and I am trying to upload multiple files, located in a folder from my local computer. However, I do not know, how to correctly to write the path so it will upload the files.
I tried this versions:
/app/Users/user_name/Downloads/medical_pdfs/
/c/mount/Users/user_name/Downloads/medical_pdfs/
c/mount/Users/user_name/Downloads/medical_pdfs/
c/mount/Users/user_name/Downloads/medical_pdfs
I use Windows 11, any help will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions