ng-admin icon indicating copy to clipboard operation
ng-admin copied to clipboard

Failing file upload should result in an error message shown to the user

Open ilyabo opened this issue 8 years ago • 2 comments

No error message is shown on the client when a server-side request for file upload (sent upon choosing a file in the file browser) fails. The error is just ignored silently:

screen shot 2015-10-06 at 11 26 48

This is important, for instance, to tell the user that the uploaded file does not satisfy size or format restrictions.

Using 0.9.0-dev

ilyabo avatar Oct 06 '15 09:10 ilyabo

Any plan or update on this?

sameer-kumar-jain avatar Mar 26 '16 08:03 sameer-kumar-jain

Until we code a solution for the Image and Upload fields, here is a workaround: https://github.com/marmelab/ng-admin/issues/541#issuecomment-118265671

Kmaschta avatar Nov 18 '16 22:11 Kmaschta