dify/web/app/components/workflow/nodes/_base
Harry 2da770cdbd feat: add File Upload node functionality and related components
- Implemented File Upload node with support for uploading files to the sandbox.
- Added necessary UI components including node panel and default configurations.
- Enhanced workflow constants and enums to include File Upload.
- Updated error handling for file upload operations.
- Integrated File Upload into existing workflow structure, ensuring compatibility with variable handling and output management.
- Added translations for new File Upload features in workflow.json.
2026-02-10 20:51:31 +08:00
..
components feat: add File Upload node functionality and related components 2026-02-10 20:51:31 +08:00
hooks feat: add File Upload node functionality and related components 2026-02-10 20:51:31 +08:00
constants.ts refactore: Replace hardcoded null strategy strings with constant 2026-01-29 19:17:42 +08:00
node.tsx Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
types.ts refactore: Replace hardcoded null strategy strings with constant 2026-01-29 19:17:42 +08:00