We are doing some upload testing to the server, specifically taking in .msi package installer files. None of my googling has shown me a definitive answer, but I need to test the max file size that can be uploaded, which seems to be restricted by the max .msi file size. Anyone know?
Tell me more
×
Software Quality Assurance & Testing Stack Exchange is a question and answer site for
software quality control experts, automation engineers, and software testers. It's 100% free, no registration required.
closed as off topic by corsiKa♦ May 28 at 20:47
Questions on Software Quality Assurance & Testing Stack Exchange are expected to relate to software quality assurance or testing within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
According to the Windows Installer blog:
64K * 2GB is 128TB. I expect the maximum file size you can upload will be dictated by something else - e.g. the amount of storage on the server or some kind of upload quota. |
|||||||
|