Importing a file into the resource collection

Hey guys,

I have a form to import files (xml and csv and validate this).
But the upload don’t work. I get the following error:

Importing a file into the resource collection “persistent” failed: Could not copy the file from “FleischRVIn.xml,text/xml,/tmp/phptsSajM,0,1832” to temporary file “/var/www/Project/Data/Temporary/Development/TYPO3_Flow_ResourceImport_570de3e1a38a6”.

This is my Settings.yaml

TYPO3: Flow: security: enable: TRUE authentication: authenticationStrategy: oneToken providers: DefaultProvider: provider: PersistedUsernamePasswordProvider i18n: defaultLocale: 'de' resource: targets: localWebDirectoryPersistentResourcesTarget: target: 'TYPO3\Flow\Resource\Target\FileSystemSymlinkTarget' targetOptions: path: '%FLOW_PATH_WEB%_Resources/Persistent/' baseUri: '_Resources/Persistent/' storages: defaultPersistentResourcesStorage: storage: 'TYPO3\Flow\Resource\Storage\WritableFileSystemStorage' storageOptions: path: '%FLOW_PATH_DATA%Persistent/Resources/'