-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Platform
-
Labels:None
-
Module:Platform
-
Reported by:Support
-
Item State:Production Complete - Closed
-
Issue Importance:Must Have
We are trying to upload the final documents into Learn About Your Benefits Income Protection and are receiving the below error message when trying to upload. Can you advise why we are receiving and if there is any way to get these added into Stage?
Accident Silver Plan flier – can be titled “Accident Plan Flier”
Critical Illness Protection plan flier – can be titled “Critical Illness Plan Flier”
Critical Illness Protection Plan Summary – can be titled “Critical Illness Protection Plan Summary”
Let us know
- is duplicated by
-
WT-4107 File upload error on stage
-
- Closed
-
Concern: PSMC - Invalid File Format or Threat to System on Learn about Benefits
Cause: While verifying mime type of uploaded file to scan threat to system, code returned memory address, which is greater than long datatype maximum limit. This thrown exception internally and returned with threat message.
Correction: We have changed return type of variable from Long to IntPtr which will consider all memory pointer values without any limit.