Hello. When I set a link for the submit button in my PDF to send it to a folder on a network server, it keeps setting "http:" at the beginning and gets confused when it can't find the web page. I've set up my addresses 20 different ways.
My local server is
afp://raxs-fs5/AWS/PDFdata
With the PDFdata being my test folder. When this doesn't work I try -
//raxs-fs5/AWS/PDFdata
afp://10.20.19.10/AWS/PDFdata (with the IP numbers instead)
//10.20.19.10/AWS/PDFdata
10.20.19.10/AWS/PDFdata
None of these will work. I will get prompts that it wants to connect to a server if I should "allow" it, but then it adds http: and nothing works. I'm also trying this to a folder on my desktop and getting the same results.
It's almost like it will only do web addresses.
Help?
Thanks
Ryan
running Acrobat 8.1.6
However, I am pretty sure that AFP is similar to WebDav (a file transfer protocal), which is handled through Acrobat's regular saveAs functionality. Maybe you should try just saving to your URL. I can pretty much garuntee that the submit won't work.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script