Hi,
I am loading an image using
OpenFileDialog open = new OpenFileDialog();
After I select the file, "open" is populated with several items, including the path.
Now I would like to load the file into a filestream (or something similar) to be sent via a webservice... is this possible?
thanks