[BUGFIX] Prevent duplicate '/' in filepath when uploading file
To prevent a duplicate '/' in a filepath the function LocalDriver::getAbsolutePath should be used instead of concatenating strings by hand. This fixes also an issue that file uploads are not possible on windows machines due to a incorrect filepath. Resolves: #65230 Releases: master, 6.2 Change-Id: Ibe6ff9c8c1d6579c8da24f14cfd6e528f57a8e4f Reviewed-on: http://review.typo3.org/37104 Reviewed-by:Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
Please register or sign in to comment