Closed gorbunkov closed 2 years ago
Add fileUpload field to the screen:
<fileUpload id="fileUpload" showFileName="true"/>
Run the application and upload the file using the component.
Actual result: the attachment (12kb) text is written instead of file name
attachment (12kb)
Expected result: the uploaded file name is displayed
See https://github.com/Haulmont/jmix-localfs/issues/4
1.2.0-SNAPSHOT - verified
Add fileUpload field to the screen:
Run the application and upload the file using the component.
Actual result: the
attachment (12kb)
text is written instead of file nameExpected result: the uploaded file name is displayed