📝Convert File to Base64 plugin allows users to easily convert files—either uploaded locally or fetched via a file URL—into Base64-encoded strings, ready for secure transmission, preview, or processing.
🔑 Key Features:
- Flexible Input Options: Upload files from the user's device or convert files directly from a public URL.
- Supports Multiple File Formats: Handles images (JPG, PNG), documents (PDF, DOCX, TXT), audio, video, and other common MIME types.
Dual Output Format
Retrieve:
- file_base64: clean Base64 string only
- file_base64_with_mime: Base64 string with MIME header (data:...;base64,...)
Additional Metadata: Automatically detects and returns MIME type, File extension and Content type
🧪 Demo Page:
View a live demo and test the plugin here:
🌐
http://urion-plugins.bubbleapps.io/version-test/base64