Project

General

Profile

Actions

Bug #60415

closed

Importing images from pages media field fails if filepath contains whitespaces

Added by Sven Tappert almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-07-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

lib.slideshow = FILES
  stdWrap.wrap = <div class="slideshow">|</div>

  references {
    table = pages
    uid.data = page:uid
    fieldName = media
  }

  renderObj = IMAGE
  renderObj {
    file.import.data = file:current:publicUrl
    altText.data = file:current:title // page:title
  }
}
Actions

Also available in: Atom PDF