I have successfully uploaded a file to the file api.
And console.log(data) say:
success
Object { filename="cc0ef18b-2301-4223-86cb-35b90d51e382.betaling.pdf", fileurl="https://api.appery.io/re...b90d51e382..."}
filename
"cc0ef18b-2301-4223-86cb-35b90d51e382.betaling.pdf"
fileurl
That is all and well, but how can I read the filename?
Sorry for the noop question