Add file upload example

This commit is contained in:
Ivan
2016-03-23 13:12:12 +01:00
parent 925f174c54
commit 8d398b2852
8 changed files with 293 additions and 112 deletions
+7
View File
@@ -57,6 +57,13 @@
<artifactId>slf4j-log4j12</artifactId>
<version>${org.slf4j.version}</version>
</dependency>
<!-- common -->
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.1</version>
</dependency>
<!-- test scoped -->
<dependency>
<groupId>junit</groupId>