Feature description
The default shiny::fileInput allowed size is 5MB.
If the report generated is larger than 5MB, it won't allow to be uploaded.
One quick solution would be to modify the max.size value of the fileInput as described here.
That being said, a better solution would be to not require to upload the full .zip file. That, tough, requires a different design of LoadReporterModuleR.
Code of Conduct
Contribution Guidelines
Security Policy