ebess / advanced-nova-media-library

A Laravel Nova field for displaying, creating, updating and ordering a Spatie Media Library model.
591 stars 295 forks source link

Incorrect Vapor upload progress reports #353

Open Senexis opened 2 years ago

Senexis commented 2 years ago

Hey folks!

When trying to upload multiple files using uploadsToVapor, the upload progress report is either broken or only partially functional. It seems that the progress reports only considers the first upload, then "completes" after which no further progress report is shown to the user.

The "Add Media" button will quickly flash the progress of the first media being uploaded, after which nothing more appears.

I'm using version 4.0.4 on Nova 4. If you require more details feel free to let me know.