Upload a file and get the file path to save if not db atleast locally

0
how to get the browsed file path constructed in mendix to display in java action class?
asked
2 answers
1

Hello Mayuri,

I don't know if it's possible to retrieve the file path, but with the 'File Manager' widget you can easily make a download button for your FileDocument:

Kind regards,

Bas.

answered
0

Hi Mayuri, 

If you need this for a widget or for a user to download outside of a standard download action button you can use this:

https://yourapplicationurl.com/file?guid=guidIdofthefileobject 

 

answered