2021-09-07, 03:27 PM
Currently, the Ajax upload feature shows a progress bar when uploading files, but the actual render (insertion) of uploaded files could be delayed to seconds after the progress bar disappears.
I think we should add some spinner to display progress and block the upload area with it until after the files get inserted into the page, within the
I think we should add some spinner to display progress and block the upload area with it until after the files get inserted into the page, within the
success
function of the $.ajax
call.