Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
6a90cbea
Commit
6a90cbea
authored
Jan 25, 2018
by
Carsten Rose
Browse files
Manual.rst: more generic SQL to extract filename from pathFileName
parent
1eabf9d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
6a90cbea
...
...
@@ -3135,7 +3135,7 @@ and will be processed after saving the primary record and before any action Form
* *FormElement.value*: By default, the full path of any already uploaded file is shown. To show something different, e.g.
only the filename, define: ::
{{SELECT SUBSTRING_INDEX(pathFileName
Picture
, '/', -1)
FROM Note WHERE id={{id:R0}}
}}
{{SELECT SUBSTRING_INDEX(
'{{
pathFileName
:R}}'
, '/', -1) }}
* *FormElement.parameter*:
...
...
@@ -3185,9 +3185,7 @@ and will be processed after saving the primary record and before any action Form
* *fileReplace=always*: If `fileDestination` exist - replace it by the new one.
* fileSplit:
* fileDestinationSplit:
* tableNameSplit: see split-pdf-upload_
* fileSplit, fileDestinationSplit, tableNameSplit: see split-pdf-upload_
Immediately after the upload finished (before the user press save), the file will be checked on the server for it's
content or file extension (see 'accept').
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment