[TYPO3-english] Re: How to handle file uploads in the Backend ?

mardz iop 00marduk at gmail.com
Thu Mar 23 16:35:36 CET 2017


I am using Helhum's Viewhelper now. I tried the upload_example in the frontend, it works perfectly. Uploads in the backend (content elements) also work. But for some reason the file upload in my backend module still show the same error,

This is the error I get when I choose an image and submit the form:

"Exception while property mapping at property path "image.name": The identity property "test_image.png" is no UID"

This is the error I get when I submit the form without choosing an image: 

"Exception while property mapping at property path "image.error": No file reference (sys_file_reference) was found for given UID: "4"

I tried to place breakpoint in my controller with xdebug but it doesn't even reach the "initializeCreateAction"



More information about the TYPO3-english mailing list