
Product
Introducing GitHub Actions Scanning Support
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socketâs new workflow scanning support.
@uploadcare/file-uploader
Advanced tools
Website ⢠Docs ⢠Blog ⢠Discord ⢠Twitter
Add file uploads to your app and configure behavior and appearance as needed. Process and transform files before and after uploading. Compatible with any framework or environment.
Uploadcare File Uploader is built with Web Components, meaning you can integrate it into any environmentâno adapters required.
For hands-on examples, visit our live sandboxes:
Check out the documentation for quickstart guides tailored to your framework or tool.
Explore more tutorials in our blog.
<script type="module">
import * as UC from 'https://cdn.jsdelivr.net/npm/@uploadcare/file-uploader@1/web/file-uploader.min.js';
UC.defineComponents(UC);
</script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@uploadcare/file-uploader@1/web/uc-file-uploader-regular.min.css"
/>
<uc-file-uploader-regular ctx-name="my-uploader"> </uc-file-uploader-regular>
npm i @uploadcare/file-uploader
import * as UC from '@uploadcare/file-uploader';
UC.defineComponents(UC);
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@uploadcare/file-uploader@1/web/uc-file-uploader-regular.min.css"
/>
<uc-file-uploader-inline ctx-name="my-uploader"> </uc-file-uploader-inline>
All configurations in File Uploader are managed from uc-config
block.
uc-config
block to your markup and replace YOUR_PUBLIC_KEY
with your own public key:<uc-config ctx-name="my-uploader" pubkey="YOUR_PUBLIC_KEY"></uc-config>
ctx-name
attribute value as your solution block.Discover more about configuration options in our documentation.
Latest desktop and mobile stable versions of Chrome, Edge, Firefox, Opera, and Safari are supported.
Internet Explorer is outdated and not supported anymore.
Quality Insights is a plugin for File Uploader that helps us better understand how the uploader is used: which features are enabled, which scenarios occur most frequently, and how the upload process works overall.
Special attention is given to collecting error data - this allows us to quickly identify and resolve issues, improving the stability and reliability of the uploader. All collected data is non-personal, does not identify individual users, and is never shared with external services. The information is used only within the product to set development priorities and enhance user convenience.
Youâre always welcome to contribute:
npm install
.npm run dev
.FAQs
Building blocks for Uploadcare products integration
The npm package @uploadcare/file-uploader receives a total of 24,415 weekly downloads. As such, @uploadcare/file-uploader popularity was classified as popular.
We found that @uploadcare/file-uploader demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socketâs new workflow scanning support.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.