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
Update ResourceScanner to use MultipartFile instead of Resource
Replaced `Resource` with `MultipartFile` in the `scanMimeTypes` method, ensuring compatibility with file upload handling in Spring applications. Adjusted filename retrieval accordingly.
0 commit comments