You are here

constant UC_FILE_BYTE_SIZE in Ubercart 8.4

Download file chunk.

1 use of UC_FILE_BYTE_SIZE
DownloadController::transferDownload in uc_file/src/Controller/DownloadController.php
Sends the file's binary data to a user via HTTP and updates the database.

File

uc_file/src/Controller/DownloadController.php, line 25

Namespace

Drupal\uc_file\Controller

Code

define('UC_FILE_BYTE_SIZE', 8192);