mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update src/Control/HTTPRequest.php
Co-Authored-By: Robbie Averill <robbie@averill.co.nz>
This commit is contained in:
parent
67c944c962
commit
d3a17958ef
@ -469,7 +469,7 @@ class HTTPRequest implements ArrayAccess
|
||||
* Caution: Since it requires $fileData to be passed as binary data (no stream support),
|
||||
* it's only advisable to send small files through this method.
|
||||
* this function needs to called inside the controllers response, eg
|
||||
* $this->setResponse(HTTPRequest::send_file('the content', 'filename.txt'));
|
||||
* <code>$this->setResponse(HTTPRequest::send_file('the content', 'filename.txt'));</code>
|
||||
*
|
||||
* @static
|
||||
* @param $fileData
|
||||
|
Loading…
Reference in New Issue
Block a user