web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Image Upload Fails on ...
Power Apps
Suggested Answer

Image Upload Fails on Power Apps Windows Desktop App but Works in Browser

(0) ShareShare
ReportReport
Posted on by

Hello everyone,

I’m facing an issue with image uploads in my Power Apps app, and I hope someone can help!

I’ve created an app that allows users to upload images. When I run the app in a web browser, the images upload successfully without any issues. However, when I try the same on the Power Apps Windows desktop app (installed on a Windows tablet), the images fail to upload.

Here’s what I’ve tried so far:

  • Tested the app on another Windows device to rule out device-specific issues – same result (images do not upload).

  • Checked permissions for camera and photos on the Windows tablet.

  • Cleared the cache and reinstalled the Power Apps desktop app.

  • Tried uploading smaller, compressed images in case of size restrictions.

I haven’t seen any error messages, and I’m unsure if this is a compatibility issue with the Power Apps Windows app. Has anyone else faced a similar issue or have any suggestions to resolve this?

Thanks in advance!

I have the same question (0)
  • Suggested answer
    SaiRT14 Profile Picture
    1,992 Super User 2025 Season 1 on at
    pls try the following:
    Instead of uploading the image directly, try converting it to Base64 and uploading the content
    Patch(
        ImageLibrary,
        Defaults(ImageLibrary),
        { ImageBase64: JSON(UploadedImageControl.Image, JSONFormat.IncludeBinaryData) }
    )
     
    check the logs:
    Enable session monitoring to collect debug logs:
    Open Power Apps Studio.
    Navigate to Settings > Support > Monitor.
    Use the monitor logs while attempting uploads on the desktop app to identify where the process fails.

    let me know if you need more details.
     
     
  • ronaldwalcott Profile Picture
    3,906 Moderator on at
    Do you have any offline configuration settings within the app?
    Where are you uploading to?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 474

#1
Valantis Profile Picture

Valantis 474

#3
WarrenBelz Profile Picture

WarrenBelz 375 Most Valuable Professional

Last 30 days Overall leaderboard