Winform SaveFileDialog usage through a php script
I'm in the process of trying to link to a php script hosted on a separate
server can allow me to browse the files I already have on my server.
I didn't write this script and was provided to me by a friend who said it
would simply return a string of all the files and folders currently held
on the server. My task is to implement it via this C# Winform application.
My question is this: is there a way I can create a similar file upload
system, with the same functionality as the in built SaveFileDialog? Or is
this already built in?
I ask because I don't think it would be very good, or user friendly, to
simply have people read a bunch lines of text, would be nice is they could
use something they are more familiar with I think.
No comments:
Post a Comment