HxInputFileDropZone Validation and Display files on Page load? #845
Unanswered
bluisanajmr
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using the HxInputFileDropZone to allow users to upload a logo for their company. The HxInputFileZone is on my CompanyEdit form which also contains all other inputs for a company (name, address, etc..). This page uses an EditContext and EditForm for inserting and editing data with validation messages for all inputs with validation messages.
Is it possible to have the HxInputFileZone display the name of a saved uploaded company logo when a users navigates to the companyedit page for their company with existing data? Is it possible to display a required validation message for the HxInputFileZone if no files are selected and the form is submitted?
Beta Was this translation helpful? Give feedback.
All reactions