Previous | Next | (P-PDF) JavaScript
Topic: browseForFileToSubmit
Conf: (P-PDF) JavaScript, Msg: 27392
From: rperelma
Date: 9/20/2001 05:27 AM
The purpose of this method is to allow you to select a file that can then be submitted. You need to create a text field, and choose the option "Field is Used for File Selection" to hold the path of the selected file. See page 147 of the Acrobat Help.
By the way, there is a bug in the JavaScript documentation: The file select flag can be set using the field property "fileSelect" (not "exportValues"!!!).