mirror of
https://github.com/standardebooks/web.git
synced 2025-07-04 22:00:35 -04:00
Use INI value for max artwork upload size
This commit is contained in:
parent
6fd557c2df
commit
7e3566ec93
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ $isEditForm ??= false;
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
<span>High-resolution image</span>
|
<span>High-resolution image</span>
|
||||||
<span>jpg, bmp, png, and tiff are accepted; <?= number_format(ARTWORK_IMAGE_MINIMUM_WIDTH) ?> × <?= number_format(ARTWORK_IMAGE_MINIMUM_HEIGHT) ?> minimum; 96MB max.<? if($isEditForm){ ?> Leave this blank to not change the image.<? } ?></span>
|
<span>jpg, bmp, png, and tiff are accepted; <?= number_format(ARTWORK_IMAGE_MINIMUM_WIDTH) ?> × <?= number_format(ARTWORK_IMAGE_MINIMUM_HEIGHT) ?> minimum; <?= HttpInput::GetMaxPostSize() / 1024 / 1024 ?>MB max.<? if($isEditForm){ ?> Leave this blank to not change the image.<? } ?></span>
|
||||||
<input
|
<input
|
||||||
type="file"
|
type="file"
|
||||||
name="artwork-image"
|
name="artwork-image"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue