glide.attachment.extensions restricting the 64bit image from payload in ecc queue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2022 07:40 AM
We are allowing only few extensions to be attached in our instance using the property glide.attachment.extensions. We also have a routine which would bring images(jpeg/png) to our instance through payload in ecc queue. But the attachment creator is not creating the attachment and says " Attachment creation failed".
If I remove the values from the property, then it is working as expected. Any idea what additional extension that has to be added to the property? Below are the allowed extension what we currently have
3gp,accdb,bmp,cap,cluster,config,crt,css,csv,dat,do,dbf,doc,dot,dotx,docm,docs,dif,docx,emf,eml,gif,htm,html,ico,icon,ics,jpeg,jpg,JPG,json,lic,m4a,MHT,mhtml,MOV,mp3,mp4,mpo,mpp,msg,ods,odp,odt,p7m,p7s,pdf,pips,pfx,png,PNG,pngx,prn,ppt,potx,pps,ppsx,pptx,pub,rtf,sql,svg+xml,svg,swf,slk,tgz,tif,txt,thmx,vcf,vsd,vsdx,vdw,vdx,vsdx,wav,wpk,wmv,wmz,wsdl,xlam,xml,xls,xlsb,xlsm,xlsx,xltx,xmcd,xml,xps,zip,jar,js,ixx,webp,iix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2022 09:28 PM
Hi,
Once added the jpg, jpeg added into property can you check the same in 'security' under system properties.
Is that reflecting the file type. If not can you add it manually there as well and try with transactions.
R,
Suresh.
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2022 09:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2022 09:43 PM
Hi,
Can you remove the captial JPG and keep only jpg and jpeg as smaller case and repeat the test steps.
R,
Suresh
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2022 11:41 PM
I found the answer. Name should be sent with extension. Thanks for your time
Instead of sending photo:image/jpg -> it should be photo.jpg:image/jpg