The
Advanced Multi File Uploader plugin provides a fast, intuitive, and highly customizable way to upload multiple files in Bubble. It supports drag-and-drop, privacy settings, file size/type restrictions, and workflow-based event handling, making it ideal for applications that require bulk uploads with full control over the user experience.
No additional setup or libraries required.
Returns a full
File object with metadata about the uploaded file.
{
"data_call": "File",
"description": "Returns detailed metadata about an uploaded file.",
"return_type": "File object",
"fields": {
"fileId": "Unique identifier for the uploaded file",
"fileName": "Original name of the uploaded file",
"fileUploadProgress": "Current upload progress (0–100)",
"fileUploadBytes": "Number of bytes uploaded so far",
"fileUploadComplete": "Boolean indicating if upload is finished",
"fileUploadError": "Error message if the upload fails",
"filePreview": "Preview URL or data for supported file types",
"fileSize": "Size of the file in bytes",
"fileType": "MIME type of the uploaded file (e.g., image/png)",
"fileUrl": "Public or private URL pointing to the uploaded file",
"raw_body_text": "Raw text content extracted from the file, if applicable"
}
Update 02.07.25 - Version 1.9.0
- Bubble Plugin Page Update (Logo).
Update 10.06.25 - Version 1.8.0
- Marketing update (minor change).
Update 05.06.25 - Version 1.7.0
- Marketing update (minor change).
Update 31.05.25 - Version 1.6.0
- Minor update (Marketing update).
Update 30.05.25 - Version 1.5.0
- Minor update (Marketing update).
Update 03.01.25 - Version 1.4.0
- Removed double leading slashes.
Update 07.11.24 - Version 1.3.0
- Minor update (Marketing update).
Update 09.10.24 - Version 1.2.0
Update 24.09.24 - Version 1.1.1
- Fixed a bug causing an additional 'https:' to be appended to URLs.
Update 24.09.24 - Version 1.1.0
- Added the "All Files Uploaded" Workflow Event.
Update 22.09.24 - Version 1.0.2
Update 20.09.24 - Version 1.0.1
Update 20.09.24 - Version 1.0.0
Update 20.09.24 - Version 0.0.2
Update 19.09.24 - Version 0.0.1