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.
|
|
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. |
|||||||
|