Add loader for FileUploadField property editor #18406
PeterKvayt
started this conversation in
Features and ideas
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# 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