implementing-ui-bundle-file-upload

Upload files to Salesforce ContentVersion via the upload() API.

Updated May 19, 2026
One-click install
npx skills add https://github.com/dmckeeSF/mcpdctn0507 --skill implementing-ui-bundle-file-upload-dmckeesf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementing-ui-bundle-file-upload
Source: https://github.com/dmckeeSF/mcpdctn0507/tree/main/.agents/skills/implementing-ui-bundle-file-upload
Command: npx skills add https://github.com/dmckeeSF/mcpdctn0507 --skill implementing-ui-bundle-file-upload-dmckeesf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @salesforce/ui-bundle-template-feature-react-file-upload, and includes scripts (resource) components.

What problem does it solve?

This Skill unit simplifies the process of adding file upload capabilities to Salesforce UI bundles, eliminating the need to manually build upload features from scratch. It allows developers to integrate upload functionality programmatically and provides tools for tracking progress.

Core Features & Use Cases

  • API-Driven Uploads: Utilizes the upload() API for file uploads, offering a programmatic way to handle file uploads with progress tracking.
  • Salesforce ContentVersion Integration: Links uploaded files to Salesforce ContentVersion for document management.
  • Custom UI Building: Developers can build their own UI components using the provided API, including file input, dropzones, and progress bars.
  • Use Case: A UI bundle developer seeking to implement file upload functionality within an app without creating a custom solution from the ground up.

Quick Start

Integrate the file upload Skill unit into your project by installing the necessary package and using the upload() API to handle file uploads and track progress.

Frequently Asked Questions about implementing-ui-bundle-file-upload

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add file upload functionality to a Salesforce UI bundle?

You add file upload functionality to a Salesforce UI bundle by integrating a pre-built Skill unit that utilizes the upload() API, eliminating the need to manually build upload features from scratch.

Can I track file upload progress with Salesforce ContentVersion?

Yes, you can track file upload progress with Salesforce ContentVersion using the API-driven upload controls provided by this Skill unit, which link uploaded files to ContentVersion for document management.

Do I need to build custom UI components for API-driven file uploads in Salesforce?

No, you do not need to build custom UI components from scratch, but you can build them using the provided API. The Skill unit offers a pre-built solution for file input, dropzones, and progress bars.

What is the best way to handle programmatic file uploads in Salesforce UI bundles?

The best way to handle programmatic file uploads is using the upload() API within a dedicated Skill unit, providing API-driven upload controls and progress tracking tailored for Salesforce UI bundles.

Does this file upload Skill require the @salesforce/ui-bundle-template-feature-react-file-upload package?

Yes, integrating this file upload functionality requires the @salesforce/ui-bundle-template-feature-react-file-upload dependency to properly install and utilize the pre-built upload API features.