I know this is a long time after this initial post but I have something similar, but different. I have the need for multiple upload widgets on the same page and they each need to asynchronous, but I need to be able to upload any single file as an atomic command without needing to have the other upload inputs affected.
How would I do this?
Example: in a shopping cart, the customer can upload their own image to be used on a greeting card. And they can add more than one custom card to their cart in a session.
What's the best way to handle this with Kendo so the customer can select an image for a single greeting card (cart item) and upload it without the model binder complaining about inputs that aren't used? Let me know if I'm not clear. It is a bit confusing.
Thanks,
King Wilder