Image Download
Hello Guys,
I am going to store data with File Upload in the table.
I have two forms with the same Table Name.
1st form has the below details.
Form Name - TaskDetail
TableName - task_details
Fields - Task Detail, Task Date etc.
2nd form has below details
Form Name - TaskApproval
TableName - task_details
Fields - Comments, FileUpload, Status.
As per our application requirement.
Firstly, Form "TaskDetail" Data will be insert into "task_details" table.
Second, Form "TaskApproval" time Comment, FileUpload, and Status will be updated to the same table "task_details" using bean shell form store binder.
For more bean shell script code is as below:
Now, my problem is images are stored perfectly as per joget folder structure requirement like (formname\recordId\filename.)
Now, how I can not allow uploaded files to be download.
Thank you
Regards

