Getting rid of C:\fakepath\ in document uploader

0
Is there a good way of getting rid of the C:\fakepath\ prefix to the filename when uploading a file using the FileUploader widget? I realize that the fakepath part shows up because of the way the browser limits the access of the javascript on a page, but is there a way of getting rid of it using something in the modeler?
asked
1 answers
2

One way is to use css to not show it.

But check out: https://forum.mendix.com/link/questions/6067

answered