File Upload Issue #86
Closed
Sharafudeen
started this conversation in
General
Replies: 1 comment 13 replies
|
Can you please check if this post helps? |
13 replies
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.
Hi,
I am rendering a model that includes properties such as Name, Age, and UploadFileRequest, which is of type ICollection UploadableFile. The model meta configurations for the UploadFileRequest is just WithoutLabel setup and EditObject dialog are rendering perfectly. However, after submitting the dialog, I am unable to retrieve file information such as Data, Path, or URL. I couldn't find any samples related to this in the documentation. Could you please provide guidance? Thanks!
Updates:
Here is the Object Edit file upload dialog example https://www.mudex.org/dialog-object-edit but seems it is not working as mentioned above!
All reactions