skuid__image__c object is not working properly in Skuid v2 (13.0.11)

I’m still looking for a solution for uploading images using Skuid v2 Page.

How to display an image

Normal, not working way:

Image Component, Image Source is Attachment, Model is , Image Field <M1.F1>

  • .
  • M1.F1 is a field of type Reference(skuid__Image__c).

Workaround:

Image component, Source is URL, Model is , Image URL:

  • {{$Site.baseUrl}}{{.skuid__Url__c}}
  • Again M1.F1 is a field type Reference(skuid__Image__c).
  • Another problem, this time with ‘File Upload’:

    If a user uses Drags and Drops they can upload any amount of files, but all files get uploaded twice.

If user uses the modal then the user can upload only 1 file,

  • but that one file is uploaded only once.

Best,

Lukas