Add loader for FileUploadField property editor #18406
Closed
PeterKvayt
started this conversation in
Features and ideas
Replies: 1 comment
-
It was implemented in 15.3.0-rc1 |
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
-
I am developing a site and I need to provide the ability to upload large files.
Right now umbraco has FileUploadField property editor. That editor allows to upload filed. During upload we are waiting until the end of the process. If file is large it could take a while to see changes on UI (e.g. file name appears in FileUploadField).
It would be great to add a loader or progress bar to show a user that file upload is in progress and he should not worry about it.
Beta Was this translation helpful? Give feedback.
All reactions