levipadre
levipadre

Reputation: 619

Multiple Media Picker doesn't save after 100 images

When I reach the limit (100 images) using Multiple Media Picker (Umbraco 7.2.6), I can't save anymore. I got some errors:

http://domain.com/umbraco/backoffice/UmbracoApi/Content/PostSave 500 (Internal Server Error)
TypeError: data.indexOf is not a function

How can I turn the limitation off? Or is that a bug?

Upvotes: 1

Views: 466

Answers (2)

Renan Franca
Renan Franca

Reputation: 3541

I didn't try yet. But found a solution at his post: enter link description here

Upvotes: 1

Craig Mayers
Craig Mayers

Reputation: 185

I agree with @Carl Sargunar, your best bet would be to have all 100 images under a folder and then select that in your picker, then you can use the Umbraco api to retrieve all your images based on the parentId of the folder you have selected on your MNTP.

Regards

Upvotes: 0

Related Questions