Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleAlternative Solution

You may check out Image Datalist Formatter in the Joget Marketplace as well.


English
In this article, we will show you on how to show images from form upload field by using the JDBC Datalist Database Binder.
Thai

ในบทความนี้เราจะแสดงวิธีแสดงรูปภาพจากเขตข้อมูลอัพโหลดแบบฟอร์มโดยใช้ JDBC Datalist Database Binder.


Image Modified

Figure 1: Image in a listing

...

Thai

นี่คือสิ่งที่เราต้องการบรรลุดังแสดงในรูปที่ 1 ด้านบน


Image Modified


We will need to get the path to the image first, as shown in Figure 2 above.

...

Thai

รูปที่ 2: การรับ URL ของภาพ


Image Modified

Image Modified


Then, in the Datalist, we will need to construct the img html tag, mimicking the image URL path. In this case, we are using the default database and writing the SQL based on MySQL database.

...