
Security News
Opengrep Adds Apex Support and New Rule Controls in Latest Updates
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
@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.
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 19,432 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.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.