mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 09:52:29 +02:00
closes #346 chunk_size is now a config setting
This commit is contained in:
@@ -86,7 +86,7 @@ jQuery(document).ready(function(){
|
||||
// url : '../upload.php',
|
||||
url : 'ws.php?method=pwg.images.upload&format=json',
|
||||
|
||||
chunk_size: '500kb',
|
||||
chunk_size: '{/literal}{$chunk_size}{literal}kb',
|
||||
|
||||
filters : {
|
||||
// Maximum file size
|
||||
|
||||
Reference in New Issue
Block a user