I have spend lots of time to understand the internal working of a multipart file upload in spring boot. Couldn't get a clear picture on it.
Bit confused about the role of spring boot tmp
directory.
I have a tmp directory named as /tmp/tomcat.4296537502689403143.8587/work/Tomcat/localhost/ROOT]
I was checked the tmp
directory during the file upload, couldn't write anything here.If i delete the folder it will throw multipart error.
Can anyone explain the internal working of a file upload and the role of tmp
directory.