Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This patch support multi-part mime requests (in the HTTP library). I will attach the two new files, Part.java and MPPost.java. Besides those files you just need to modify HttpTagLibrary.java to include the new files:
+ registerTag("mppost", MppostTag.class);
+ registerTag("part", PartTag.class);