I haven't used dropzone.js but from a quick glance at the docs it looks
like it performs a normal post. Normally uploaded files in tapestry are
extracted from the request using a multipart decoder, you should probably
take a look at the source code for tapestry-upload to see what is going on.

-- 
Chris

On Thu, Sep 25, 2014 at 3:49 PM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:

> On Thu, 25 Sep 2014 04:33:45 -0300, Okie Othsam <okie.oth...@outlook.de>
> wrote:
>
>  Hello,
>>
>
> Hi!
>
>  My question is now how can I access the binary data of the uploaded
>> file (maybe as InputStream) to save them in my system? I already
>> injected the http request but getInputStream returns a empty stream.
>>
>
> To what URL are you POST'ing the image? You'll only be able to retrieve it
> in the same request the upload was done.
>
> --
> Thiago H. de Paula Figueiredo
> Tapestry, Java and Hibernate consultant and developer
> http://machina.com.br
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to