Converting a File to a MultipartFile (#15180)

* Converting a File to a MultipartFile

* Converting a File to a MultipartFile
This commit is contained in:
Michael Olayemi
2023-11-14 05:35:36 +01:00
committed by GitHub
parent d82447c15a
commit f8e9ed2925
2 changed files with 51 additions and 0 deletions
@@ -41,6 +41,11 @@
<artifactId>jaxb-runtime</artifactId>
<version>${jaxb-runtime.version}</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>${commons-fileupload.version}</version>
</dependency>
</dependencies>
<build>
@@ -57,6 +62,7 @@
<javax.version>4.0.1</javax.version>
<spring.mvc.version>5.2.2.RELEASE</spring.mvc.version>
<jaxb-runtime.version>2.3.5</jaxb-runtime.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
</properties>
</project>