Add a large file directly from the filestystem to the book.
public addLargeFile ( string $fileName, string $fileId, string $filePath, string $mimetype ) : boolean | ||
$fileName | string | Filename to use for the file, must be unique for the book. |
$fileId | string | Unique identifier for the file. |
$filePath | string | File path |
$mimetype | string | file mime type |
Результат | boolean | $success |