Generate a transportable key for the given filename within a form and entry
Usage
$bool = $forms->getFileKey($formID, int $entryID, string $filename);
Arguments
Name | Type(s) | Description |
---|---|---|
formID | int, string, FormBuilderForm | |
entryID | int | Or specify 0 if not yet an active entry |
filename | string |
Return value
bool
string
Returns false on failure or string on success
API reference based on ProcessWire core version 3.0.236