Active Storage Direct Upload attachments will now use a progress bar instead of the spinner to better indicate progress when uploading large files.
Non-Active Storage methods will still use the spinner as always.
I refactored the direct uploading functionality into its own utility class. This is for tidyness but also because that's the only way that the DirectUpload module allows implementing progress. See here for more info.
Active Storage Direct Upload attachments will now use a progress bar instead of the spinner to better indicate progress when uploading large files.
Non-Active Storage methods will still use the spinner as always.
I refactored the direct uploading functionality into its own utility class. This is for tidyness but also because that's the only way that the DirectUpload module allows implementing progress. See here for more info.