Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/docs/API-Reference/api-files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,14 @@ This component loads files into flows from your local machine or Langflow file m

If the file path is valid, the flow runs successfully.

:::tip Need a complete example?
For a comprehensive guide on integrating file uploads with external frontends like Streamlit, see:

- [Complete Streamlit integration example](/streamlit-integration-example): Shows how to build a full application with file uploads and chat interface
- [Vector store API integration](/vector-store-api-integration): Detailed guide for injecting files into vector store flows
- [API examples with file uploads](/api-reference-api-examples): Complete Python examples for file upload workflows
:::

### List files (v2)

List all files associated with your user account.
Expand Down
Loading
Loading