Unless I'm doing something wrong, each time you call yourFileReference.download(...) it prompts the user for the directory and filename to be saved as
I've got step 1 and 2 fine, its when you get to step 3 that it becomes annoying to the user with all the prompts for each file On Jan 10, 2008 10:44 AM, Abdul Qabiz <[EMAIL PROTECTED]> wrote: > > > > > > > I think, it's not hard to build that using Flex? I would probably do this:- > > 1) Load a list of files in server-directory, in flex UI (pretty trivial > stuff). > 2) Let user select bunch of items (shown in TileList or List or whatever > control) > 3) Use FileReferenceList to initiate download > > We should not forget that, Flash Player/AIR are client side runtimes. > Anything to do with server, you would need to write the logic. I remember, > from coldfusion management console, there was a java-applet that allowed you > to do that, but they would have done the similar thing as I mentioned > above... > > -abdul > > > > On Jan 10, 2008 9:42 PM, Rick Schmitty <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > So this kinda functionality is only in Apollo/AIR? > > > > On Jan 9, 2008 11:11 AM, Dimitrios Gianninas > > > > > > > > <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > > > > > > > > > dont think this is possible, you would have to FileReference for every > file > > > you want to download. > > > Annoying yes, but the upload/download with the Flash is not the best. > > > > > > Unless I am totally wrong and someone corrects me. > > > > > > Dimitrios Gianninas > > > RIA Developer and Team Lead > > > Optimal Payments Inc. > > > > > > > > > ________________________________ > > > From: [email protected] [mailto:[EMAIL PROTECTED] On > > > Behalf Of Rick Schmitty > > > Sent: Wednesday, January 09, 2008 2:03 PM > > > To: [email protected] > > > Subject: [flexcoders] FileReferenceList for Downloads? > > > > > > > > > > > > > > > > > > > > > Is there a FileReferenceList for downloads? For example, select some > > > images on the server, then call download, it prompts you once for the > > > directory and now you can do something similar to multiple uploads and > > > show progress on each file being downloaded > > > > > > > > > > > > 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. > > > > > > -- > -abdul > --------------------------------------- > http://abdulqabiz.com/blog/ > ---------------------------------------

