Uploading multiple pictures with file dropper failed

0
對不起!我是使用文件刪除器的初學者 如圖所示,當我創建實體關係並設置文件刪除器時   我得到的結果是實體寵物的內容和圖片分開保存 並不是一隻寵物下有多張圖片     當我像這樣設置文件 deopper 時     我看不到任何圖片     我不擅長英語,我搜索了很多文章 ,但仍然無法正常工作。請幫我。謝謝你     When I modify the entity is still no picture Is it not allowed to have many images under one post?
asked
3 answers
3

Hi yi tsen hsu,

 

The file entity should be petimage like your second setup and pet entity don’t have to be generalized with pet image.

And make sure that you are using petimage entity to display image instead of pet.

 

Hope this helps.

answered
0

Hi yi tsen hsu, 

Try to use the entity petimage in the field file entity.
Please let me know if it worked :)

answered
0

Hi yi tsen hsu,

As pet can have only one image, you can make pet entity to be generalized with image directly. No need to have separate entity petimage to store images.

This would simplify your object model and you can have both image attributes and image content in same entity "pet".

answered