Created FileUpload2 based on Apache Wicket's version of DiskFileItem. Also changed FileUpload1 to support Windows filepaths

This commit is contained in:
Jacob Baines
2016-07-25 14:15:39 -04:00
parent 74254d2cc7
commit 6f3dd217c7
3 changed files with 122 additions and 6 deletions
+5
View File
@@ -222,6 +222,11 @@
<artifactId>commons-fileupload</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-util</artifactId>
<version>6.23.0</version>
</dependency>
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>