cakephp-file-storage icon indicating copy to clipboard operation
cakephp-file-storage copied to clipboard

Issues with upload for 1:1

Open dereuromark opened this issue 4 years ago • 1 comments

The behavior, when attached for uploading, should create additional *Tmp relations. Those would be used for uploading then. This way they wont intersect with the existing image on the entity property and cause partial overwrite or strange side effects. Once fully uploaded the auto-perge (if enabled) kicks in and there is only 1 image in this case still after redirect.

dereuromark avatar Feb 08 '21 09:02 dereuromark

Can you provide an isolated PR with test coverage for this feature and make it optional, means being able to enable and disable it on the behavior? I'll accept such a PR and solution.

burzum avatar Jun 16 '21 22:06 burzum