- Issue created by @kim.pepper
- @kimpepper opened merge request.
- Status changed to Closed: won't fix
about 1 year ago 12:24am 15 November 2023 - π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
Looks like it is needed.
In
π
Deprecate file_managed_file_save_upload(), file_save_upload() and _file_save_upload_from_form() and replace with a service
Needs review
we are modernising file uploads. The static $upload_cache;
seems unnecessary, and it is worth checking this before refactoring the code.
The comments say:
" // Return cached objects without processing since the file will have
// already been processed and the paths in $_FILES will be invalid."
This issue is to evaluate whether this is still needed.
Remove the cache and check if tests still pass.
Closed: won't fix
11.0 π₯
Looks like it is needed.