Page 1 of 1

Show uploaded image dynamically to assigned user

Posted: Thu Aug 22, 2019 9:28 am
by lokeshdas248
I am struggling to create a process where Manager will create a case by uploading an image through dynaform and that will be appeared to other user's(operator) dynaform. Thanks in advance for your valuable support.

Re: Show uploaded image dynamically to assigned user

Posted: Thu Aug 22, 2019 8:55 pm
by amosbatto
See: https://www.pmusers.com/index.php/Displ ... le_control

What version of PM are you using? The code changes in 3.2.2 and later.

If you don't want the user to see the MultipleFile field and button then use JavaScript to hide them by adding this code to the end of the code:
Code: Select all
$("#imageFiles").hide();
$("#showImages").hide();


PS: Please don't post the same question multiple times on the forum.

Re: Show uploaded image dynamically to assigned user

Posted: Fri Aug 23, 2019 4:08 am
by lokeshdas248
Sorry! I failed to explain my simple requirement. Step1 - User1(Manager) will upload one image, submit the task. Step2 - User2(Operator) can view that image, write the review on that image and submit. Currently in my case User2 not able to see that image due to broken image path.