concretecms / concretecms

Official repository for Concrete CMS development
https://www.concretecms.org
MIT License
775 stars 455 forks source link

Upload with chunks: mangled folder selector #11039

Closed mlocati closed 1 month ago

mlocati commented 2 years ago

Affected Version of Concrete CMS

9.x

Description

When uploading a file using the chunked upload, the contents of the folder selector is duplicated one time for every chunk. The same also occurs when chunked upload is disabled and we try to upload a big file: we see the "Entity too large" error, and the contents of the folder selector is duplicated.

How to reproduce

See this recording:

https://user-images.githubusercontent.com/928116/198398631-18182579-bdd2-4cb9-8ee7-5fbb999b31dd.mp4

Possible Solution

No response

Additional Context

Checked with the develop branch.

aembler commented 1 year ago

Yeah, this is annoying, would love a fix for this.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions!

mlocati commented 2 months ago

I can't replicate this issue anymore.