Skip to main content
Participant
January 6, 2021
Question

Submitting a Document to Network Location

  • January 6, 2021
  • 1 reply
  • 429 views

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?

This topic has been closed for replies.

1 reply

Legend
January 6, 2021

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.