Closed cracker182 closed 4 years ago
@cracker182 try to replace the id="images"
with class="images"
thanks for your quick reply. but this does not solve the issue :(
$('.images').fileuploader({//----})
<input type="file" class="images" name="images[]">
Thanks :)
@cracker182 ok, but you forgot also to modify your changes in afterRender. changeInput
is also not our original code.
Thanks to your help i was able to correct the config. Now it works like charm. Thank you very much and have a nice day.
Greetings
Dear Team,
I'm facing an issue, which leads to an error regarding
addMore
option.Config:
my html-element:
The first Upload works, but if I want to add more images (with a second click on the button) the File-Explorer opens but not upload is happening.
Maybe you can support me here? (v2.2) Thanks for your help.
Greetings.