Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qfq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
typo3
qfq
Commits
f0cf3c2e
Commit
f0cf3c2e
authored
3 years ago
by
Carsten Rose
Browse files
Options
Downloads
Patches
Plain Diff
Add todo comments
parent
a53a344e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
5 merge requests
!456
F10782_TinyMce_Image_Upload_2
,
!455
F10782_TinyMce_Image_Upload_2
,
!454
F10782 TinyMce Image Upload V2
,
!449
Refs #10782 - TinyMce Image Upload final version. With feature from Refs #12452.
,
!448
refs #10782 - tinyMce image upload final version
Pipeline
#6954
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extension/Classes/Api/pictureUpload.php
+2
-0
2 additions, 0 deletions
extension/Classes/Api/pictureUpload.php
with
2 additions
and
0 deletions
extension/Classes/Api/pictureUpload.php
+
2
−
0
View file @
f0cf3c2e
...
...
@@ -75,8 +75,10 @@ if (is_uploaded_file($temp['tmp_name'])) {
$imageUploadDir
=
$folderPath
;
}
//TODO/CR/19.3.22: sollte ersetzt werden gegen die PATH Funktionen
$imageFolder
=
"../../../../../"
.
$imageUploadDir
;
//TODO/CR/19.3.22: falls der ImageFolder mehr als ein neues Verzeichnis im PATH enthaelt, wird das vermutlich knallen.
@
mkdir
(
$imageFolder
);
// Name should be unique, add to end of name number if exists to not overwrite it
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment