file upload path

0
hello members , i have maked a simple documents uplaod and download functionality by the guid of mendix documentation Configure File Upload and Download | Mendix Documentation it works fine but i want to know where my file (suppose i upload a PDF) saves , if it is in entity so if i have too much documents then  database will get slow. another thing can i upload these file in a directory and can show on the page using its path.
asked
1 answers
2

Hi Sanjay, 

When we upload a file in the Mendix app It will be stored on the File document entity, and you can upload the file to your directory by using a custom java action. As far as I know, we can’t show the files by using the directory path. We can only open the document which is present in the file document DB.

answered