unlimited image upload extension

:package: Imgbb Extension for App Inventor, Kodular, Niotron

The Imgbb extension allows you to upload images directly to the ImgBB image hosting service from your Android apps built with no-code platforms like Kodular, Niotron, or MIT App Inventor.


:wrench: Main Features:

  • Set your ImgBB API Key easily to authenticate uploads.
  • Upload images from:
    • File path (UploadImageFromPath)
    • Base64 string (UploadImageFromBase64)
    • Direct URL (UploadImageFromUrl)
  • Set optional expiration time for uploaded images (in seconds).
  • Test API connection using a small transparent image (TestConnection).
  • Track upload progress with the OnUploadProgress event.

:outbox_tray: Returned Information on Success:

Each upload method triggers an event returning:

  • imageUrl: Final URL of the uploaded image
  • deleteUrl: URL to delete the image
  • displayUrl: ImgBB display page
  • thumbUrl: Thumbnail image URL (if available)

:white_check_mark: Events Included:

  • OnUploadFromPathSuccess, OnUploadFromPathError
  • OnUploadFromBase64Success, OnUploadFromBase64Error
  • OnUploadFromUrlSuccess, OnUploadFromUrlError
  • OnTestConnectionSuccess, OnTestConnectionError
  • OnUploadProgress

This extension is perfect for apps that need to quickly send images to the cloud without needing a backend server.
Imgbb (2).aix (14.8 KB)

Congrats fro your extension

By the way, always post the blocks interms of png

Is this more advanced than this extn?

1 Like

Yes, there will be more updates on this extension and I will put the blocks