I'm making a form and I was wondering if there's a way for someone to drag a picture into an image-well of some sort. None of the form elements are for images for users to import, it's only for embedding an image into a PDF.
I Googled about it and found something about using a Button and doing a JavaScript to select a JPG or whatever, but it only works within Acrobat. I wanted someone to be able to put a image in themselves from the PDF, then save a copy of the PDF with the image in it.
event.target.buttonImportIcon();
Is there a JavaScript or something I can use that'll open a dialog box in whatever viewer (Acrobat or Preview) that'll allow someone to select an image and stick it on the box?
Thanks