The CreatorCon Call for Content is officially open! Get started here.

glide.attachment.extensions restricting the 64bit image from payload in ecc queue

yoga1
Tera Contributor

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

8 REPLIES 8

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.

Regards,
Suresh.

yoga1
Tera Contributor

Yes I already had it there too

Hi,

Can you remove the captial JPG and keep only jpg and jpeg as smaller case and repeat the test steps.

R,

Suresh

Regards,
Suresh.

yoga1
Tera Contributor

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