I believe the only way to do that would be to write a little javascript and then use external interface to actually send the data to the javascript. Shouldnt be too hard, though I have never tried it.
Regards, Hank On 12/1/06, Daryn Nakhuda <[EMAIL PROTECTED]> wrote: > Hi Dimitrios, > > FileReference works for uploading a local file to the server, but I want > a way to upload serialized data that is already within my application, > AS IF it were a local file. > > If there is a way to seed the data in FileReference, instead of using > browse(), that would be perfect, but I didn't see a way to do that in > the api docs. > > Thanks, > > Daryn > > > > Dimitrios Gianninas wrote: > > > > Yes, use the FileReference class, it does this. There is an example in > > the documentation. > > > > *Dimitrios Gianninas* > > *RIA Developer* > > *Optimal Payments Inc.* > > > > > > ------------------------------------------------------------------------ > > *From:* [email protected] [mailto:[EMAIL PROTECTED] > > *On Behalf Of *Daryn Nakhuda > > *Sent:* Friday, December 01, 2006 5:04 AM > > *To:* [email protected] > > *Subject:* [flexcoders] uploading an object > > > > I have data in my flex app that I want to send to my server as if it > > were a upload from a filereference (aka, as a multipart form). > > > > Is there a easy way to do that? > > > > Basically, I already have a backend servlet that accepts file uploads > > from my flex app, and from an html browse form, and i'd like to use > > that same backend with arbitrary serialized objects in my swf. > > > > Thanks, > > > > Daryn > > > > *AVIS IMPORTANT* > > > > > > > > *WARNING* > > > > Ce message électronique et ses pièces jointes peuvent contenir des > > renseignements confidentiels, exclusifs ou légalement privilégiés > > destinés au seul usage du destinataire visé. L'expéditeur original ne > > renonce à aucun privilège ou à aucun autre droit si le présent message > > a été transmis involontairement ou s'il est retransmis sans son > > autorisation. Si vous n'êtes pas le destinataire visé du présent > > message ou si vous l'avez reçu par erreur, veuillez cesser > > immédiatement de le lire et le supprimer, ainsi que toutes ses pièces > > jointes, de votre système. La lecture, la distribution, la copie ou > > tout autre usage du présent message ou de ses pièces jointes par des > > personnes autres que le destinataire visé ne sont pas autorisés et > > pourraient être illégaux. Si vous avez reçu ce courrier électronique > > par erreur, veuillez en aviser l'expéditeur. > > > > > > > > This electronic message and its attachments may contain confidential, > > proprietary or legally privileged information, which is solely for the > > use of the intended recipient. No privilege or other rights are waived > > by any unintended transmission or unauthorized retransmission of this > > message. If you are not the intended recipient of this message, or if > > you have received it in error, you should immediately stop reading > > this message and delete it and all attachments from your system. The > > reading, distribution, copying or other use of this message or its > > attachments by unintended recipients is unauthorized and may be > > unlawful. If you have received this e-mail in error, please notify the > > sender. > > > > > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > Yahoo! Groups Links > > > >

