I have an email part in my application where I am creating an attachment funtion.
I have flex uploading the file using php and in the php the php renames the file to a random number. that random number is then passed back to a flex datagrid. So if a person uploads 2 files then the datagrid has 2 rows. When I send the email I need the values of those two rows so I can tell the php which files to send with the email. So I need to have the values of each row so I can pass them to the php. Thanks --- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > We will need much more detail on what you want to do. > > > > Use your words. > > > > Tracy > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of ghus32 > Sent: Friday, June 27, 2008 3:06 PM > To: [email protected] > Subject: [flexcoders] Re: Using Datagrid Data > > > > Yah I am I want to send each row as a var to a webservice. > > Thanks > > --- In [email protected] <mailto:flexcoders% 40yahoogroups.com> > , "Fidel Viegas" <fidel.viegas@> > wrote: > > > > On Fri, Jun 27, 2008 at 6:35 PM, ghus32 <stevenpo@> wrote: > > > Hello everyone, > > > > > > Is it possible to send data from a poulated datagrid?? > > > > > > For example, I want to send row1 and make it a var.. is this > possible? > > > > > > Thanks > > > > What exactly are you trying to achieve? Send data to a webservice, > > remote object or http service? Is that what you mean? > > > > Fidel. > > >

