I'm creating a program that allows a user to take a .pdf
from their computer and save it to a predetermined location on a shared server. The server is a file share system not SQL.
I'm trying to figure out how to fix it to where all they have to do is press btnUpload
or btnUpdate
then the OpenFileDialog will open, they select the .pdf
and then it automatically saves to the predetermined location.
The issue I'm running into is how do I save the opened pdf as an object so that I can then save it to the location? Or am I go about this in the wrong direction?
Platform: C# Winform / WPF