plegall / Piwigo-community

11 stars 23 forks source link

$upload_max_filesize not set in new piwigo version, JS Error #18

Closed SkoricIT closed 2 years ago

SkoricIT commented 7 years ago

It seems that the variable $upload_max_filesize is not being set by piwigo anymore, leading this code in add_photos.tpl to error out: var sizeLimit = Math.round({$upload_max_filesize} / 1024); /* in KBytes */ and lead to an unusable flash-uploader.

image

Any chance for a general fix or should I hard-code a workaround?