TemporaryJsonapiFileFieldUploader::REQUEST_HEADER_FILENAME_REGEX
The regex used to extract the filename from the content disposition header.
File
-
core/
modules/ jsonapi/ src/ Controller/ TemporaryJsonapiFileFieldUploader.php, line 53
Class
- TemporaryJsonapiFileFieldUploader
- Reads data from an upload stream and creates a corresponding file entity.
Namespace
Drupal\jsonapi\ControllerCode
const REQUEST_HEADER_FILENAME_REGEX = '@\\bfilename(?<star>\\*?)=\\"(?<filename>.+)\\"@';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.