
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
strapi-plugin-media-upload
Advanced tools
A plugin that help you upload file to a specific file system using api
A plugin that help you upload media to a specific folder using api in strapi.
npm i strapi-plugin-media-upload
After installation, the plugin will be automatically enabled.
Upload media files to a specific folder using the provided API endpoints.
GET /<strapiprefix>/media/folders
POST /<strapiprefix>/media/folder
{
"name": "New Folder", // Required, folder name
"parentId": 1 // Optional, ID of the parent folder
}
PUT /<strapiprefix>/media/folder
{
"id": 1, // Required, ID of the folder to update,
"name": "New Folder", // Required, folder name
"parentId": 1 // Optional, new parent folder ID
}
POST /<strapiprefix>/media/upload
PUT /<strapiprefix>/media/move
{
"fileId": 1, // Required, ID of the file to move,
"folderId": 1, // Required, folder id
}
This plugin is compatible with Strapi 5.0.0
and above.
If you encounter any issues, please report them here.
This project is licensed under the MIT License. See the LICENSE file for details.
Eli Liu
Email: Mr.liu93@outlook.com
GitHub: Littlexiaoxiaojian
FAQs
A plugin that help you upload file to a specific file system using api
The npm package strapi-plugin-media-upload receives a total of 0 weekly downloads. As such, strapi-plugin-media-upload popularity was classified as not popular.
We found that strapi-plugin-media-upload demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.