Skip to content

[WTF-2679] Update docs for removed deprecation on file/image properties#11328

Open
mlaponder wants to merge 2 commits into
mendix:developmentfrom
mlaponder:wtf/remove-image-file-deprecation
Open

[WTF-2679] Update docs for removed deprecation on file/image properties#11328
mlaponder wants to merge 2 commits into
mendix:developmentfrom
mlaponder:wtf/remove-image-file-deprecation

Conversation

@mlaponder

Copy link
Copy Markdown
Contributor

We decided continue to support file and image properties without allowUpload to easy the upgrading to Mendix 11. This PR updates the docs accordingly.

@mlaponder mlaponder force-pushed the wtf/remove-image-file-deprecation branch from 82a6cff to 081720f Compare June 10, 2026 11:43
@mlaponder mlaponder marked this pull request as ready for review June 15, 2026 08:50
@mlaponder

Copy link
Copy Markdown
Contributor Author

@ConnorLand reviewed by team, ready for you


This optional attribute applies only to [file](#file) and [image](#image) properties and determines whether users can upload and edit files. When set to the default value of `false`, properties use the legacy read-only behavior. Setting it to `true` unlocks upload and edit capabilities by passing `EditableFileValue<FileValue>` and `EditableImageValue<ImageValue>` types, as props to a client component.
{{% alert color="info" %}}
Introduced in Mendix 11.8. Support for native widgets was introduced in Mendix 11.11.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you link to the release note pages?

  • [11.8](/releasenotes/studio-pro/11.8/)
  • [11.11](/releasenotes/studio-pro/11.11/)

The user can use the optional attribute [`allowUpload`](#allow-upload) with default value `false` to use the legacy [`Dynamic<FileValue>`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis/#filevalue) prop. Beware of behavioral differences based on the `allowUpload` attribute.

{{% alert color="warning" %}} Legacy DynamicValue types for file and image properties are deprecated and will be removed at Mendix 12. Use allowUpload="true" to migrate to the new editable types before Mendix 12. {{% /alert %}}
The user can use the optional attribute [`allowUpload`](#allow-upload) with default value `false` to use the [`Dynamic<FileValue>`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis/#filevalue) prop. Beware of behavioral differences based on the `allowUpload` attribute.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to add the introduced infobox here (and for image) as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants