You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, before raising a bug I wanted to see if anyone else is seeing this issue.
I have done some general maintenance on a project, updating packages etc. As part of that process I updated the Media Library Pro package, which also updated this Media Library package from 9.11.1 -> 9.12.3.
Since this update temporary uploads are being placed into the public directory with hashed names. When the record is then saved the underlying file is moved but the directory is not cleaned up, leaving loads of directories around inside the public folder.
I don't see any major changes to how temporary uploads are handled, except for the changes to the PathGeneratorFactory class.
Is anyone else seeing this? I've double checked and the config I have is the same and I don't believe this is an issue with Media Library Pro as the only change, I saw, relating to this was around making use of the updated PathGeneratorFactor.
My temporary path is configured to be the default, which should be putting these temp uploads into storage/media-library/temp but it isn't 😢 .
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, before raising a bug I wanted to see if anyone else is seeing this issue.
I have done some general maintenance on a project, updating packages etc. As part of that process I updated the Media Library Pro package, which also updated this Media Library package from 9.11.1 -> 9.12.3.
Since this update temporary uploads are being placed into the public directory with hashed names. When the record is then saved the underlying file is moved but the directory is not cleaned up, leaving loads of directories around inside the public folder.
I don't see any major changes to how temporary uploads are handled, except for the changes to the
PathGeneratorFactory
class.Is anyone else seeing this? I've double checked and the config I have is the same and I don't believe this is an issue with Media Library Pro as the only change, I saw, relating to this was around making use of the updated
PathGeneratorFactor
.My temporary path is configured to be the default, which should be putting these temp uploads into
storage/media-library/temp
but it isn't 😢 .Beta Was this translation helpful? Give feedback.
All reactions