Copy link to clipboard
Copied
I'm trying to figure out how to use a submit button to save a document to a preset location on my network. For instance, my network has shared drives where I would like to save a new copy of the form by a field name and the date to a specific folder on the shared drive. Any ideas on how I accomplish this?
Copy link to clipboard
Copied
I think you are mixing up submit with save. Submitting is NOT saving and doesn't have a "location on a network". Submitting a PDF, like submitting a web page, means giving the URL of a "web script" (CGI, ASP, PHP, etc.) which is created by a professional programmer, and which runs each time you submit. The web script does the necessary security checks and can save the file if that's what you need it to do.