Help & Support

Elevate Your Agents with AgentExchange Solutions
Easily enhance Agentforce with pre-built AI solutions from AgentExchange. Browse, install, and deploy agents, actions, and apps directly into your environment. Tell Me More

Have Questions?

Image Uploader

🗂Quicker way to upload and view files! Let’s get the most out of Images!🗂

Free  

Never requires payment

Try It
Business Need
Sales
Admin & Developer Tools
Data Visualization
Requires
Sales Cloud
Service Cloud
Platform Cloud
Experience Cloud
Compatible With
Experience Cloud

Rating

Reputation

MVP
Recognized by Salesforce for their leadership, expertise, and generosity
Top Reviewer
Contribute reviews that encourage conversation and help others make informed decisions
Ranger
Lifelong learners who have earned the Ranger rank or higher on Trailhead
3.56
Lifetime average
Showing 9 of 9 Reviews
Sort by
Kim Pilayre
Double Star Ranger

Update Apex Class API Version

Hi, Your product is great, and we've been using it for quite some time now. As you know, Salesforce regularly releases updates, and one of the recent ones is the ICU Locale Formats feature. The issue is that the Apex classes in the package are on an old version, specifically API version 18, and we cannot enable ICU Locale Formats because the minimum requirement is API version 45. Could you update all Apex classes and Visualforce pages to the latest API version so we can enable this feature? Link https://help.salesforce.com/s/articleView?id=000380618&type=1

Hendrik Verbeek
Double Star Ranger

Thumbs Up for Thumbnails and Carousel - Adding Mass Download Would be Perfect

Our users absolutely love the functionality provided by the Image Uploader component, especially the ability to view thumbnails in different sizes at a glance and the carousel feature in the bigger preview. This has greatly improved our workflow and efficiency. One feature that would make this app even better is the ability to mass download files. If we could select multiple files and download them as a zip file, that would be amazing. For anyone struggling to let users see files in the Image Uploader component, here's a tip: I faced the initial issue where non-admin users couldn't see attached files. This was because I chose "admin only" during the installation, which likely caused the required APEX Class access to be unavailable for other profiles. To resolve this, navigate to your User Profiles (e.g., "Customer Community Plus") and open 'Enable Apex Class Access'. Then add the following Apex classes to the 'enabled' column: imgup.RSIUC_ImageUploadController imgup.RSIUC_ImageUploadControllerUtils imgup.RSIUC_getContentDocumentFieldForOption imgup.RSIUC_getURLFieldForOption This fixed the issue for us, and now all users can view the attached files seamlessly.

Need Support for Setup

After installing for all users to access, I'm having trouble identifying the permissions required for non admin users. Thoughts?

Nicholas Lee
Ranger
10/25/2023

Please contact me at niclee@marketsource.com. Thanks!

画像ファイルやPDFファイルのサムネイルが見えて可視性UP

お客様から画像のアップロード時にサムネイルが見たいと言われ導入しました。 画像ファイルやPDFファイルのサムネイルが見えるのがいいです。 ただプレビュー画面が画像以外だとファイルが勝手にダウンロードされてしまう・・・・。 日本語でないと分かりにくいかなという箇所があるので項目名のラベルが書き換え可能だといいなと思いました。

OK, but Needs One More Thing

This app is decent, but would like one more feature --> the ability to turn off "Download". As we receive many images from our clients, mostly probably safe, we want to be able to protect our network by disallowing our customer service agents from downloading files from within Salesforce. (We do have anti-virus and anti-malware, and a robust security minded environment, but we need to mitigate every possible opportunity for a bad actor to compromise our network.) If it had a way to suppress the download option, I would rate this app a 5.

Great tool for seeing uploaded images all at once but trouble with Licenses

This tool has been very useful for us as it's removed the frustration of needing to review each image separately in the native file uploader. One problem I have encountered is with for user on Salesforce Platform licenses are not able to view the images in Image Uploader, even with permissions given to read etc. They can still view them via the native file uploader, but they show as 'Image Uploader 0' in Image Uploader. Perhaps I've configured it incorrectly, or the Salesforce Platform license isn't compatible, but form my understanding it should be. OVerall, a good product, but if anyone has a solution to this it would be very helpful!

Hendrik Verbeek
Double Star Ranger
12/12/2024

I had the same initial issue that non-admin users could not see attached files in the Image Uploader component. When installing the app, I chose "admin only" , that most likely caused that the required APEX Class access for all other Profiles have not been set. When you navigate to your User Profiles (assume in your case "Customer Community Plus" or similar) open 'Enable Apex Class Access' and then add the following Apex classes to the 'enabled' column: imgup.RSIUC_ImageUploadController imgup.RSIUC_ImageUploadControllerUtils imgup.RSIUC_getContentDocumentFieldForOption imgup.RSIUC_getURLFieldForOption

削除ボタンを押すと「You do not have delete permission to the related record.」で削除できない

ファイルの一覧がサムネイル表示され、ストレスなく見ることができるので、とても使いやすいです。 自分がアップロードしたファイルについて、Delボタンを押すと「You do not have delete permission to the related record.」とメッセージが表示され削除できないのですが、なにか権限設定が必要なのでしょうか?

Naoyuki Aizawa
Triple Star Ranger
03/30/2026

一般ユーザーにおいて「You do not have delete permission to the related record.」エラーで削除できない事象が発生しています。 「すべてのデータの編集」権限付与で解消はされますが、セキュリティ上、管理者権限を与えずに標準的な権限のみで解消する方法を模索しています。 解消方法等がございましたら、ご教示ください。

Nishant Sharma
Ranger
03/08/2026

I am also getting this error for non admin user. I installed the app for all users. Can anyone help me to what permissions are required that it works for non admin user also.

Brent Stanger

With current instructions, can't include in a visualforce page

This app has potential, but I need to use it in a VF page. Is that possible? If so, what's the createComponent script? $Lightning.use("imgup:RSIUC_NavigateToLWC", function() { $Lightning.createComponent( ); });

Junji Saotome
02/14/2022

Thank you for your feedback. "Image Uploader" is not guaranteed to work on Visualforce. If you call "imgup:rsiuc_ImageListContainer" in createComponent, it will be displayed, but there are some problems that we have confirmed at this time, such as file upload is not possible and some SVG icons are not displayed.

Close but their is a bug

As desired you can upload multiple images at once from iOS. With android you need to upload the pictures one at a time. However, the real danger is the delete. The Image Uploaders' delete button will delete the image from the Image Uploaders list and the Files tab on the record page but not from the 'Files' Items, which the native SF delete does do. This can't be overlooked as SF Orgs have limited storage. If you fix this, the app is worth 5 stars.

Junji Saotome
05/24/2021

Thanks for the review. Thank you for your comments regarding the Android behavior. As you can see in the help below, multi-selecting files is an iOS specific feature, but we will add a note to the documentation to avoid any misunderstanding that it is a component specific feature. https://help.salesforce.com/articleView?siteLang=en_us&id=000332906&type=1&mode=1 As for the deletion of images, as described in this document, only the reference relationship is deleted as per the specification. https://salesforce.quip.com/MVWzANyTBNUz#JKBACAwhvUr In Image Uploader, when a file attachment is selected from a file in Salesforce, the file itself is not duplicated, only the relationship is created, which is a preventive measure in case of accidental deletion. In the future, we would like to consider a feature that would allow you to select hard or soft delete in a component.