Cloning entity that has a file uploaded #7367
Unanswered
talhacetin01
asked this question in
Help
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm struggling about cloning an entity that has a file uploaded. When I try to clone it and save it, this error occurs:
System.InvalidOperationException: 'For security reasons, only temporary files can be used in uploads!'
In my entity dialog, i'm handling clone entity like this:
In my endpoint, i implemented CopyToTemporary like this:
Also, I am new to this framework, so please help with code examples :)
Beta Was this translation helpful? Give feedback.
All reactions