a little off the topic..

but is it possible to download multiple files using a single response from
the server.
Something like multiple upload to the server .. just that this case .. i
want the client (browser/client application) to DOWNLOAD multiple file in a
SINGLE response from the server..

am i clear.. enough??

subhro.

----- Original Message -----
From: "Andrew Hill" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, December 09, 2002 4:06 PM
Subject: RE: Access/Manage client's file system


> Well, if you can make do with something thats rather user unfriendly you
can
> use the standard html stuff:
> For the files to be saved on the users machine you could provide a link -
> clicking the link will allow the user to download the file which they can
> save on their machine.
> For the server to read the file you provide a file upload field and the
user
> browses through their filesystem for the file required. Of course its a
very
> manual process which is a lot more messy than the interface you hope for
in
> your example and in both cases you have no control over the file names
used.
> It is up to the user to choose where to save it, and also up to the user
to
> select which file to send back.
>
> -----Original Message-----
> From: Heligon Sandra [mailto:[EMAIL PROTECTED]]
> Sent: Monday, December 09, 2002 17:17
> To: '[EMAIL PROTECTED]'
> Cc: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
> Subject: Access/Manage client's file system
>
>
>
> Sorry not to have answered earlier but I did not work Friday.
> By 'local' I mean the client's machine not the server.
> First, the server offers templates to the client.
> Example of JSP:
> Name = Toto; Type = Data; Value = 12; etc....
> <<Save>> <<Load>> <<Apply>> <<Cancel>>
> If the user select the save button I would like to save data on the
> client's machine and the load button allows to load a file from the
> client's machine.
> We could store instances of the template on the server but it is
> specific
> to each client that's why we think that it  is better to allow the
> client to
> access file system. For us server allows to store only common data.
> If you think it is better to save data on the server, thanks to
> explain.
> Do you understand my question better ?
> If I understand your reply, to do that I must use Client plugin
> technologies.
> Do you have an example ?
> Thanks a lot
> Sandra
>
>
>
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to