Gallery 2.0 Multiupload dont work - element upload ok

Hello,

in my installation we have problems with gallery 2.0 and modx 2.8.4 with multiupload.
In upload dialog it seems to work, but the uploaded files in album directory all have 0 bytes.

Element upload for a single pic is working.

Any idea?

Thanks for help.

Bye
Chris

In the code directly after this line

add the line

$bytes = stream_copy_to_stream($input, $target);

Somehow this line got accidentally deleted during the last update.

thank you so much.

Now, its running.

Thank you.

:pray: :pray: