Link to home
Start Free TrialLog in
Avatar of chryo4096
chryo4096

asked on

Javascript to save a pdf to a network share

I need assistance with the java script necessary to perform the following:
I have a PDF that I need to add a button to which saves the completed pdf to a network share.
I need to have the script save the file to the share and create the filename using the following:
Document Name (constant) plus the associate's name (currently TextField1) plus the class date (currently TextField2) so it would look like this: "DRP Certification - John Smith - 10.28.2008.pdf".

Any assistance would be greatly appreciated.
SOLUTION
Avatar of Kevin Cross
Kevin Cross
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chryo4096
chryo4096

ASKER

Javascript.

Thanks, Kevin
Chris
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I was able to address this request by adding a button to the form to open a network share.  I could not have the file save automatically as requested but instructed the user to enter the appropriate file name in the Save As dialog.

I appreciate all the suggestions provided.