1 个仓库
Server-side logic triggered after a successful file transfer to update databases or start workflows.
Distinct from Variable File Uploads: Candidates are too narrow (test files, variables) or too broad (cloud upload) to cover the general post-upload callback concept
Explore 1 awesome GitHub repository matching data & databases · Post-Upload Processing. Refine with filters or upvote what's useful.
Uploadthing 是一个用于将文件上传集成到 Web 应用中的工具,提供了一个通过无服务器文件处理来接收和存储文件的系统。它管理从创建后端端点到通过内容分发网络(CDN)交付内容的端到端上传过程。 该项目利用预签名 URL 工作流,允许客户端直接将文件上传到云存储,从而减少服务器入口流量。它具有基于路由的验证系统,用于强制执行文件类型和大小限制,以及用于请求授权和安全上传后回调 Webhook 的中间件。 该平台涵盖了广泛的功能,包括用于重命名或删除文件的云存储管理,以及为大文件传输实现可恢复上传。它提供了一套 UI 组件(如上传按钮和拖放区),可以使用可组合的 Hook 进行样式化或替换为自定义界面。 该系统专为跨边缘运行时和无服务器环境部署而设计,配置通过环境变量处理。
Executes custom server-side logic and database updates immediately after a file upload completes.