You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method getFilename() is available on the SucceededEvent but not the FileRejectedEvent. This would be very useful to be able to display an error message to let the user know which files failed. Yes it is displayed in the component but in my case I'm trying to separate out the progress bar because it's a button (the upload component) on the top of a grid where displaying the files uploaded, etc. is not necessarily appropriate. See this Stackoverflow question for more details: https://stackoverflow.com/questions/72006963/is-there-a-way-to-separate-out-the-progress-bar-from-the-upload-component-in-vaa
Describe the solution you'd like
FileRejectedEvent adds the method getFileName() the same as SucceededEvent offers.
Describe alternatives you've considered
There is currently no way to know what file failed to upload.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe your motivation
The method
getFilename()
is available on theSucceededEvent
but not theFileRejectedEvent
. This would be very useful to be able to display an error message to let the user know which files failed. Yes it is displayed in the component but in my case I'm trying to separate out the progress bar because it's a button (the upload component) on the top of a grid where displaying the files uploaded, etc. is not necessarily appropriate. See this Stackoverflow question for more details: https://stackoverflow.com/questions/72006963/is-there-a-way-to-separate-out-the-progress-bar-from-the-upload-component-in-vaaDescribe the solution you'd like
FileRejectedEvent
adds the methodgetFileName()
the same asSucceededEvent
offers.Describe alternatives you've considered
There is currently no way to know what file failed to upload.
Additional context
No response
The text was updated successfully, but these errors were encountered: