To all,<br><br>I have a Custom Field with the type=Upload multiple images. I want to put in an attachment (gif or jpeg) from an email.<br>The scrip I have written uses this to get the pic:<br><br>my $trans = $self->TransactionObj;<br>
my $pic = $trans->Attachments->First->ContentType(Value => 'image/gif'); (this 'gif' variation was merely to try the concept. I can try variations for jpeg later).<br><br>The result was no pic uploaded and next to the CF name (on the ticket display) was 'multipart/mixed'.<br>
<br>Inside the Update screen, these was the name of the CF followed by a checkbox and the 'multipart/mixed'.<br><br>Obviously I'm missing something. I went to Attachments_Overlay.txt and didn't really see anything that helped (obviously - duh).<br>
<br>Any help would be appreciated.<br><br>Kenn<br>LBNL<br>