<form method="post" enctype="multipart/form-data" accept-charset="charset"...
"accept-charset" may be used in case when jsp page uses specific encoding. If default encoding is used, this attribute is not required.
MultipleRequest class may be created in two ways:
1) with the constructors, when user must prevent instantiating more than once;
2) using static factory methods, which always return valid MultipleRequest instance.
This class loads complete request. To prevent big uploads (and potential DoS attacks) check content length before loading.
|
|