Why Umbraco.FilleUpload is not supported for blocks? #18755
PeterKvayt
started this conversation in
Features and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have faced with this warning:

Could someone please describe why Umbraco.FilleUpload is not supported for blocks?
If it is because on each content save Umbraco.FilleUpload wraps value? It is fixable (Umbraco.Cms.Core.PropertyEditors..FileUploadPropertyValueEditor):

If it is because we get contentkey and content type key as empty guids? It is fixable too (see this issue).
Or maybe it’s unable to track whether a file has been deleted, preventing it from removing it from the file system? Yes, it’s quite a challenging task, but I believe I’ll find a solution.
Can someone explain this or share a reference to a discussion where it has been addressed?
Beta Was this translation helpful? Give feedback.
All reactions