Questions About the MultiFileUpload form component

Questions About the MultiFileUpload form component

Comments

  • Hello,

    I have a few questions regarding the MultiFileUpload form component:

    1. Will changing the max file size affect the flow? What would be the real max it can go to?

    2. If I set it at 100,000 kb and I need to upload a larger file size can I upload 2 files each 100,000 kb?

    3. Would it be better to change the output type to File Reference?

  • Hello,

    1. Changing the max size should not affect the flow, but larger sizes may cause this. The max should be around 14 mb or 14,000 kb though if the upload is file data.

    2. You can try this but with the file max at 14 mb it may not work.

    3. This would be your best option if File Size is a potential issue. This should help you bypass any of the previously mentioned issues

Sign In or Register to comment.