constant UC_FILE_BYTE_SIZE in Ubercart 6.2
Same name and namespace in other branches
- 5 uc_file/uc_file.module \UC_FILE_BYTE_SIZE
- 7.3 uc_file/uc_file.pages.inc \UC_FILE_BYTE_SIZE
Download file chunk.
1 use of UC_FILE_BYTE_SIZE
- _uc_file_download_transfer in uc_file/
uc_file.pages.inc - Sends the file's binary data to a user via HTTP and updates the uc_file_users table.
File
- uc_file/
uc_file.pages.inc, line 16 - File menu items.
Code
define('UC_FILE_BYTE_SIZE', 8192);