Questions tagged [fal]

File Abstraction Layer for TYPO3

107 questions
0
votes
1 answer

TYPO3 Fluid File Collection Metadata

I want to access files and associated metadata from a folder based file collection, but debug says metaDataLoaded=false and metaDataProperties is empty. Here my code fluid code from my DCE: {namespace dce=ArminVieweg\Dce\ViewHelpers}
0
votes
1 answer

TYPO3 cache behaviour with updated models

I have this weird behaviour from Typo3 6.2 LTS. In my extension I have a Model with a FileReference Property. This property has a vaule != 0. This value does exist in sys_file_reference table. Not the weird magic happens. If I try to access this…
PaddaelsM
  • 457
  • 2
  • 14
0
votes
1 answer

Get the list of PNG files in File Storage excluding _processed_ folder

As topic says, I need to get only unprocessed PNG files. My current approach is the following: $fileExtensionFilter =…
Viktor Livakivskyi
  • 3,178
  • 1
  • 21
  • 33
0
votes
1 answer

TYPO3 6.2 LTS using FAL and TCA

I have the following problem and I'm sure some of you will mark this question as duplicate but I couldn't find a specific answer for my problem. I have an extension and I want to add images / pdf's etc. using the FAL. According to tutorials I have…
PaddaelsM
  • 457
  • 2
  • 14
0
votes
1 answer

How to get Image Reference from own Table with FilesProcessor in TYPO3 for FluidStyledContent CE?

I've made an own CE in TYPO3 7.6 with a Repeater Field. I'm able to save images everythings fine - but I can't get them in my Fluid Template? I asume I've to nest the DatabaseQueryProcessor and the FilesProcessor somehow? But I can't figure out…
im_gm
  • 3
  • 4
0
votes
3 answers

TYPO3: Upload files to FAL with powermail

I am using powermail to allow a FE-User to edit a couple of fields of his own User-Record. Works fine, no hassle. Now I would also like to allow the upload of a file. Is there a way to save the file to FAL with powermail? Unfortunately I have found…
Ja Nosch
  • 411
  • 2
  • 16
0
votes
1 answer

TYPO3 FAL translation fails in Extbase Extension

I'm using TYPO3 7.6.14 and my Website is bilingual 'english' and 'japanese'. My editors translate all english content, also FAL-Metadata for images, like 'description', 'alt-text' and 'title', s. screenshot. The whole page is translated, only the…
user2310852
  • 1,654
  • 1
  • 25
  • 52
0
votes
1 answer

TYPO3 FAL Image Readout

I found this cool solution which i want to use for myself. (Example) It is an example how to use the FAL with the DCE to get multiple images. If I try this solution I will get the following error output on my website: Oops, an error occurred! Code:…
Mando Statti
  • 213
  • 1
  • 2
  • 9
0
votes
0 answers

File name is not valid file upload (FAL) - TYPO3

I have a fluid form with one filed as file upload. The file upload field is optional. I'm using Helhum's fileupload property converter. But the problem is that when the file is null then an error occured. Model is /** * file * * @var…
Aswathy S
  • 729
  • 1
  • 12
  • 41
0
votes
2 answers

Fileupload TYPO3 getting null on findAll()

Hi have a backend module extension to upload files. Im using helhum fileupload for reference. File upload is successful. But the file filed of table updates the uid of sys_file_reference instead of no of files. Why it happens?
Aswathy S
  • 729
  • 1
  • 12
  • 41
0
votes
1 answer

Empty alert message TYPO3 Backend when edit filemount (sys_filemounts)

Today, I've made a Core-Update from TYPO3 7.6.9to TYPO3 7.6.14(latest 12/2016) on a Windows Server IIS. There were some database changes, mainly sys_file_metadata?! Now it's impossible to add a new file mount. I've already 20 different file mounts…
user2310852
  • 1,654
  • 1
  • 25
  • 52
0
votes
1 answer

FAL file title won't show in front-end with file collection "folder from Storage"

. Hello it's hard to explain ... If you're using TYPO3 7.6 (w. fluid styled content) with the module "file links", you can upload single files, but you can also work with the "file collection" to organize your downloads in a sys-folder. There're…
user2310852
  • 1,654
  • 1
  • 25
  • 52
0
votes
1 answer

TYPO3 FAL upload frontend add title, alternative and description

I have an extension where user can upload in frontend some images to their frontend-profile. Image upload and saving to user-profile works fine, I user following code - but is there a simple way to add title, alternative and description too? Thanks…
matin
  • 303
  • 2
  • 13
0
votes
2 answers

TYPO3 FAL changed image not available in translation

In TYPO3 7.6, when I exchange an image in the base language I am not able to add this image in an already existing translation record. For example: I added image pic1.jpg in English (L=0), on translating to German (L=1) pic1.jpg is available for…
bomeyer
  • 3
  • 4
0
votes
1 answer

How can I extract metadata properties from images with FAL and fluid?

Situation sysext:filemetadata is activated; images (fal references) are deposited within page resources (pages.media). 2 options are currently known to me in conjunction to TYPO3 pages: Using a custom FAL viewhelper Using TypoScript (which is often…
Josef Glatz
  • 514
  • 4
  • 20