File Dropper - Maximum Size and Maximum Files

0
Hi Mendix Expert,   I facing the issue while uploading multiple files at once , and uploading the large files also the same. So what is mendix recommended maximum file size and maximum file upload at once.   Widget has the option to set     (eg Let's say if we are able to upload 200 files through UI, what happens if 100 users do that at the same time?)   Thanks 
asked
1 answers
0

Hello Bright Amalraj,

 

It is a very good question, but i am afraid there is not a universal good answer to it, in my opinion it highly depends on the context(the proces, the goal, the environment, the value) what is the best solution. 

Of course, ideal is to have the batch sizes as small as possible to mitigate the effect of potential problems, on the other hand you would like to overcome too much overhead that is associated with each transaction. 

So once again there is not one good solution, but my advice is look to your use case, think about possible (extreme) scenarios, set acceptance criteria and test it over and over again. 

 

Hope this helps,

 

Good luck!

answered