Unable to upload large attachments in Journey Accelerator task creation view in ESC portalIssue Unable to upload large attachments (bigger than 1048KB) in the Journey Accelerator task creation view in ESC portal. However, it is possible to add attachment in the backend native UI in the task. ReleaseAnyCauseThis is because on our client side in the widget "JNY Ticket Attachment Gallery" we hardcode a maximum of 1024 * 1024 bytes, so 1048 kb (line 47 of client script). On native view there is no client layer blocking with this limitation, which is why you can upload over that size limit. There is no critical reason besides good practice. ResolutionIf you want to upload larger files, we would recommend you upload on the native view, but if you would like you can also directly edit that part of the client script to a larger number and it should work fine.