
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
upload-largest-files
Advanced tools
This is a simple lib to upload large files.
https://emirdeliz.github.io/upload-largest-files/
const file = <file to upload>
const url = <endpoint>;
const onProgress = <progress callback>
const result = await window.uploadLargestFiles.uploadFile({
file,
url,
onProgress,
});
| Parameter | Type | Description |
|---|---|---|
| file | File | The file to upload. |
| url | string | The server url to make upload. |
| httpMethod | POST,GET,PUT,PATCH | The method to make upload (POST is default). |
| onProgress | string | The callback to follow the upload progress. |
FAQs
Upload largest files
The npm package upload-largest-files receives a total of 6 weekly downloads. As such, upload-largest-files popularity was classified as not popular.
We found that upload-largest-files demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.