Replies: 2 comments 1 reply
-
Contributions welcome of course |
Beta Was this translation helpful? Give feedback.
0 replies
-
That is incorrect since Micronaut 2.4
You are making the assumption the file is stored on the file system. In many cases it is not and thus there is no path |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
currently CompletedFileUpload interface does not offer a delete method.
For big files or servers that keep running this may represent a problem since the only way to delete these files would be a script that every x hours deletes the files stored in the tmp folder (correct me if I am wrong).
It would be nice also to have a getPath method in order to be able to work on the same file once it is received rather than creating a copy of it just for the sake of getting the path. For small files this may not be a problem but for files as large as 10 GB this is an issue.
I know that these things belong to Netty, however maybe there are workarounds for these.
Thank you.
Have a nice day,
Davide
Beta Was this translation helpful? Give feedback.
All reactions