AI AGENT ADDONS

Implementing Ui Bundle File Upload

forcedotcom/sf-skills

Add file upload to your Salesforce UI bundle app using a simple API. This skill provides programmatic functions like upload() to handle files with progress tracking. You build your own custom UI such as dropzones and progress bars. No pre-built components are included.

The API supports three patterns: basic upload without record linking, upload with immediate record linking, and deferred record linking for forms that create records later. It integrates with Salesforce ContentVersion for file storage. Progress updates let you show friendly status messages to users.

You get a clean and reliable way to add file uploads without writing low-level FormData or XHR code. This is the recommended approach for any UI bundle project that needs file upload functionality.

Add Implementing Ui Bundle File Upload skill to your workflow

Global

mkdir -p ~/.claude/skills/implementing-ui-bundle-file-upload

Project

mkdir -p .claude/skills/implementing-ui-bundle-file-upload

Source Repository

Stars
619
Forks
217
Watchers
619
License
NOASSERTION
Last Push
25 days ago
Created
8 months ago