I am trying to retreive the fileurl of an uploaded file.
For uploading a file I trigger a Javascript (uploadMultipleFilesHelperNew) with my uploadservice. On success of the uploadservice I am trying to map a parameter "fileurl" which I added to my uploadservice.
In Chrome's developer console I've seen that the response parameter should be right,
but I get this error:
I need this to set the file reference (url) in a custom collection afterwards.