Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColorgreen
borderWidth1
titleBGColor#ddffcc
borderStylesolid
titleDefinition

File Upload enables you to attach a file to a form. คุณสามารถแนบไฟล์ไปยังแบบฟอร์มได้

Panel
borderColorpurple
borderWidth1
titleBGColor#ddccff
borderStylesolid
titleNew Feature

This feature is enhanced in Joget Workflow v6 to support drag and drop file upload.คุณสมบัติใหม่ได้รับการปรับปรุงใน Joget Workflow เวอร์ชัน 6


Figure ภาพที่ 1: Screenshot highlighting File Upload obtained from sample Expenses Claim App ภาพตัวอย่างแสดงฟิล์ดอัพโหลดไฟล์ใน App HR Expenses claim 

Figure ภาพที่ 2: File Upload Propertiesคุณสมบัติอัพโหลดไฟล์

NameDescription
IDElement ID (By declaring as รหัส (เมื่อประกาศ ID ชื่อ "receipt" , a corresponding database table column แล้ว จะมีการสร้างคอลัมน์ตารางในฐานข้อมูลว่า "c_receipt" will be created)
LabelElement Label to be displayed to end userชื่อที่จะแสดงให้ผู้ใช้เห็น.

Figure ภาพที่ 3: File Upload Properties - Advanced Options คุณสมบัติอัพโหลดไฟล์ตัวเลือกขั้นสูง

NameDescription
Validator

Attach a Validator plugin to validate the input value.แนบปลั๊กอิน Validator เพื่อตรวจสอบความถูกต้องของค่าที่ป้อนเข้ามา

Info
titleWhen will validation takes place?

Validation will takes place whenever form is submitted except when it is submitted as การตรวจสอบจะเกิดขึ้นทุกครั้งที่มีการบันทึกแบบฟอร์มยกเว้นเมื่อบันทึกเป็น "Save as Draft".

Maximum File Size (KB)Maximum File
Size ขนาดของไฟล์สูงสุดที่ขนาด (KB) in Integer. For example, if the maximum allowable file size is 10 megabytes, enter into this field the value of ตัวอย่างเช่นหากขนาดไฟล์สูงสุดที่อนุญาตคือ 10 เมกะไบต์ให้ป้อนค่า "10240" which represent ในฟิลด์นี้ซึ่งคิดเป็น 10,240 kilobytes.กิโลไบต์
Error Message (File size limit exceeded)
Error Message when file size exceeded.
ข้อความแสดงข้อผิดพลาดเมื่อขนาดไฟล์เกิน
File Type (.pdf;.doc)

Accepted file type extension(s). (Semicolon separated values)นามสกุลไฟล์ประเภทที่ยอมรับ (คั่นด้วยเครื่องหมายอัฒภาค)

Code Block
titleExample
.pdf;.doc
Error Message (File type mismatch)
Error Message when file type mismatched.
ข้อความแสดงข้อผิดพลาดเมื่อไฟล์ผิดประเภท
Delete actual file during overwrite or remove?

Actual file will be deleted when file is removed or being overwritten.ไฟล์จะถูกลบเมื่อลบไฟล์หรือถูกเขียนทับ

Info
titleNew Feature

Newly introduced in เพิ่งเปิดตัวใน Joget Workflow v6เวอร์ชัน 6

Permission

Manage on who is able to access the file uploaded. Read more at จัดการว่าใครสามารถเข้าถึงไฟล์ที่อัพโหลด อ่านเพิ่มเติมได้ที่ การควบคุมสิทธิ์.

SizeSpecifies the width, in characters, of an <input> element.ระบุความกว้าง
Allowed multiple files upload?
When checked, multiple files can be uploaded.
สามารถอัปโหลดไฟล์ได้หลายไฟล์
Readonly

Determines if one can upload a file.กำหนดว่าสามารถอัพโหลดไฟล์ได้หรือไม่

Drop zone padding

Determine the extra size of padding for larger drop zone.กำหนดขนาดพื้นที่ของช่องว่าง

Info
titleExample

50px

Info
titleExample

5%

Download as Attachment

Determines the download behavior.

กำหนดการดาวน์โหลดไฟล์

ภาพรวมในหัวข้อนี้ได้จาก Screenshots taken from http://localhost:8080/jw/web/console/app/hr_expense/1/form/builder/hr_expense_claim

...