You are here

constant FILE_RESUP_DEFAULT_CHUNKSIZE in File Resumable Upload 7

Same name and namespace in other branches
  1. 8 file_resup.module \FILE_RESUP_DEFAULT_CHUNKSIZE
2 uses of FILE_RESUP_DEFAULT_CHUNKSIZE
file_resup_chunksize in ./file_resup.module
Returns the configured size of a file chunk.
file_resup_install in ./file_resup.install
Implements hook_install().

File

./file_resup.module, line 11

Code

define('FILE_RESUP_DEFAULT_CHUNKSIZE', 2 * 1024 * 1024);