There could be a couple of ways to do it, depending on your application architecture. If the server is unix based on a simple button click on your UI you can download all attachments on server on some temporary location then run host to zip them in one file and then return the final file for downloading on user machine.
also, if the attachments are not in database but on application server then you simply need to identify them, zip them on some temprory location and return this particular zip file to user. In any case do remember to remove files, temporarily created, from your server, otherwise, down the line you will face some space issue. Regards, Sonty On Nov 11, 4:35 am, Vinh Buu To <[email protected]> wrote: > Hi, > > Since this is a web-based program, if I make a loop there will be a bunch of > pop up window asking for download and it is very annoying. A method I > looking for properly is some kind like downloading as a zip file. > > Regards, > -- > VinhBuu To > Software Developer > Information Technology Services > University of Wollongong > Sent from Wollongong, Nsw, Australia > > > > On Wed, Nov 11, 2009 at 12:35 AM, sonty <[email protected]> wrote: > > > It is as simple as writing a program that loops around your orginal > > program. > > > Regards, > > Sonty > > > On Nov 10, 7:42 am, Vinh Buu To <[email protected]> wrote: > > > Hi all, > > > > I have to write a application as a document repository. One of the > > function > > > is allowing users to download a document to their pc. That have been > > done. > > > And now I have to write a Download All function which enable users to > > > download multiple document at once. Is anyone know about any method to > > > delivery this function? or have any idea about that? > > > > Thanks, > > > -- > > > VinhBuu To > > > > Sent from Wollongong, Nsw, Australia- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Oracle PL/SQL" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Oracle-PLSQL?hl=en -~----------~----~----~----~------~----~------~--~---
