Re: Newbie: Argument and File streaming

2009-12-22 Thread Willem Jiang
Hi, rdomingo wrote: Thank you, this is exactly what I needed. So I found out I could add an Exchange parameter to my upload method and it would receive the exchange object somehow magically. I then could use this object to get access to the http headers. This completed my provider. What kind o

Re: Newbie: Argument and File streaming

2009-12-22 Thread Claus Ibsen
On Tue, Dec 22, 2009 at 9:49 AM, rdomingo wrote: > > Thank you, this is exactly what I needed. > > So I found out I could add an Exchange parameter to my upload method > and it would receive the exchange object somehow magically. I then > could use this object to get access to the http headers. Th

Re: Newbie: Argument and File streaming

2009-12-22 Thread rdomingo
Thank you, this is exactly what I needed. So I found out I could add an Exchange parameter to my upload method and it would receive the exchange object somehow magically. I then could use this object to get access to the http headers. This completed my provider. And by the info you just provided

Re: Newbie: Argument and File streaming

2009-12-21 Thread Claus Ibsen
Hi Welcome to the community. On Mon, Dec 21, 2009 at 3:33 PM, rdomingo wrote: > > Hello, > > I'm new to camel and trying to figure out how to: > - stream a file from my client to some service (not really a problem) > - also send some parameters when sending the file, for example it's > filename,

Newbie: Argument and File streaming

2009-12-21 Thread rdomingo
Hello, I'm new to camel and trying to figure out how to: - stream a file from my client to some service (not really a problem) - also send some parameters when sending the file, for example it's filename, author,... (any hints ?) - when the file is received an id should be returned to the client