Skip Navigation

[Assigned] Let users upload images when controlling via Access

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 2 replies, has 1 voice.

Last updated by cesarZ 1 day, 12 hours ago.

Assisted by: Minesh.

Author
Posts
#2847503
Screenshot 2026-02-10 at 11.29.23.png
Screenshot 2026-02-10 at 11.29.45.png

Tell us what you are trying to do?
I'm trying to set up a WordPress install with WPML and Toolset Access following this guide (https://wpml.org/documentation/translating-your-contents/how-to-use-access-plugin-to-create-editors-for-specific-language/), but struggling with getting the users with 'special' accounts to upload images to the media library. I've given them all rights in the Access settings, but I still keep getting an error that uploads are not allowed with that account.

Is there any documentation that you are following?
Yes, this guide: https://wpml.org/documentation/translating-your-contents/how-to-use-access-plugin-to-create-editors-for-specific-language/

Is there a similar example that we can see?

What is the link to your site?
hidden link

#2847533

Christopher Amirian
Supporter

Languages: English (English )

Hi,

Welcome to Toolset support. First, please check if you can deactivate Toolset Access, the upload is possible? That will confirm the issue is the settings in the Toolset Access and not another reason.

If the issue is the settings, then please check the points below:

1) Give the role the upload_files capability

WP Admin → Toolset → Access Control → Custom Roles → edit the role → General capabilities → enable upload_files.

2) If upload happens via a Toolset Form, enable the Media Library option for that role

WP Admin → Toolset → Access Control → Toolset Forms tab → enable “Use any Media Library file when adding files to front-end Post Forms” for that role.

3) Make sure the form uses the native WP media manager

In the Form settings, enable using the WordPress media manager for image/file fields (so logged-in users can use the Media Library UI).

If you’re using the Add Media button inside a WYSIWYG field, Access’ “limit Media Library to own media” does not work there:

https://toolset.com/errata/access-setting-to-limit-media-library-to-own-media-doesnt-work-with-add-media-button-of-wysiwyg-editor

Thanks.

#2847557

Hi Christopher,

Thanks for the reply! When I disable the plugin, the editor-accounts for the specific languages have no usable rights because they are set up as subscribers just like the tutorial suggests.

Should I change the subscriber role capabillities, or is it wise to create a custom role and then give them upload_files rights?

We are not using Toolset Forms, just the regular Media Library and upload in pages and Elementor. All regular capabilities.

Thanks!