Skip to content

Commit

Permalink
maFileSize has -1 as lowest possible value
Browse files Browse the repository at this point in the history
  • Loading branch information
Anno van Vliet authored and guusdk committed Sep 17, 2024
1 parent 3cb70be commit 2e1c0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/httpfileupload-settings.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
<br>
<fmt:message key="system_property.plugin.httpfileupload.maxFileSize"/></td>
<td>
<input type="number" min="0" name="maxFileSize" id="maxFileSize" size="10" maxlength="10" value="${maxFileSize}" />
<input type="number" min="-1" name="maxFileSize" id="maxFileSize" size="10" maxlength="10" value="${maxFileSize}" />
</td>
<td></td>
</tr>
Expand Down

0 comments on commit 2e1c0fd

Please sign in to comment.