Yeah, you can just use:

WebResponse response = ...;
InputStream in = new FileInputStream(...);
response.writeToClientFilesystem("C:\WINDOWS\system32\...", in);

I don't have such a component finished but it should be pretty straightforward to add this functionality to a regular TextField.

Martin

On Wed, 30 May 2007 01:25:25 +0200, Peter Dawn <[EMAIL PROTECTED]> wrote:

the Upload component allows the transfer of files from client to
server. is there something which does the other way around, and how
should i specify the remote target folder location, i mean using ip
address or server name.

thanks.

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

Reply via email to