Works with any backend npm install Zero dependencies

Backend Integration Guides

MultipleUpload works with any server-side technology. Choose your backend below for a complete integration guide covering multipart form uploads, chunked uploads, and the expected JSON response format.

Expected JSON Response

Every backend must return this JSON structure so MultipleUpload can track uploaded files on the client side.

{
 "success": true,
 "fileGuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
 "fileName": "photo.jpg",
 "fileSize": 204800
}