Undocumented feature
Despite the submitForm page in the JavaScript API not mentioning the possibility of using a UNC, based on the behaviour of Acrobat Distribution Wizard I decided to test using a UNC instead of a URL by including the following line in my script associated to the MouseUp event of my custom submit button:
this.submitForm({cURL:"//SERVER/SHARE/", cSubmitAs:"PDF"});
To my satisfaction, everything worked as I suspected.
The following line also worked:
this.submitForm({cURL:"smb://SERVER/SHARE/", cSubmitAs:"PDF"});
So this seems like an undocumented feature btw pretty useful for small businesses which in general outsource their web services but mantain an onsite file server.
-
Anonymous commented
I voted. :)
-
Eduardo Reyes commented
No vote?
-
Hello,
Thanks for pointing out.
We will consider it documenting in future.
Thanks