file upload - How to create a FileUpload control in WPF? -


How do I create a file upload control in WPF?

I want to upload JPG image files.

It depends on who you are uploading on. Most likely you would like to create some type of service class, which takes care to copy the file to a new location.

Then you will have to create a textbox and a button to show you a dialog in your XML.

However, you are moving the design options in XAML, so you can not lock in the text box - browse button Update your question with more information and I can try to expand.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -