Defect HC-7678
File upload size limited to greater than 50 bytes
Software
Customer case | Applies to | Corrected in |
---|---|---|
CS0188146 | V9.0.1.7 | 9.0.1.16 |
Observed behavior
An exception is raised when an attempt is made to upload a file that is smaller than 50 bytes.
Expected behavior
Smaller file sizes should not be restricted.
Resolution
The code is changed to reduce the minimum size of the file from 50 bytes to a single byte.