Thanks guys! As always, you're a big help.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thilo Stapff
Sent: Wednesday, July 16, 2008 9:34 AM
To: ARSperl User Discussion
Subject: Re: [Arsperl-users] Attachments via ars_CreateEntry
Yes, it'
f Of Steve McDonald
Sent: Wednesday, July 16, 2008 12:02 PM
To: ARSperl User Discussion
Subject: [Arsperl-users] Attachments via ars_CreateEntry
Hello!
Is it possible to submit an attachment via ars_CreateEntry? I have a
webform with an attachment field and would like to submit the attached
file wit
Yes, it's possible. First, construct a data structure for the attachment:
my %attachStruct = (
name => $name,
size => length($buffer),
buffer => $buffer,
);
In this example the $buffer variable contains the attachment data.
Alternatively the data structure might only refer to a file
rsperl-users@arsperl.org> Subject: [Arsperl-users] Attachments via
> ars_CreateEntry> > > Hello!> > Is it possible to submit an attachment via
> ars_CreateEntry? I have a webform with an attachment field and would like to
> submit the attached file with the ticket.> > T
Hello!
Is it possible to submit an attachment via ars_CreateEntry? I have a webform
with an attachment field and would like to submit the attached file with the
ticket.
Thanks in advance for your help.
Steve
-
This S
5 matches
Mail list logo