| | |
upload download any file type to sql DB using c# windows form
Please support our C# advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Oct 2009
Posts: 3
Reputation:
Solved Threads: 0
0
#12 28 Days Ago
Hi ..
The SqlFileHolder work nice for me, but .. I would like to have a "Extract" button which then open a Save As dialog to save the file into local pc, is that possible?
How could i proceed to get the file from the database and save into my local pc?
Thank you.
The SqlFileHolder work nice for me, but .. I would like to have a "Extract" button which then open a Save As dialog to save the file into local pc, is that possible?
C# Syntax (Toggle Plain Text)
private void saveFile(object sender, System.EventArgs e) { // open SaveFileDialog so the user can save the file SaveFileDialog saveFileDialog1 = new SaveFileDialog(); saveFileDialog1.Title = "Save File.."; saveFileDialog1.ShowDialog(); ... }
How could i proceed to get the file from the database and save into my local pc?
Thank you.
![]() |
Similar Threads
- Explorer.exe Reloading and crashing (Viruses, Spyware and other Nasties)
Other Threads in the C# Forum
- Previous Thread: FileSystemWatcher question
- Next Thread: Listbox and SelectedValueChanged Method
Views: 11801 | Replies: 11
| Thread Tools | Search this Thread |
Tag cloud for C#
.net access ado.net algorithm array barchart bitmap box broadcast button buttons c# chat check checkbox class client color combobox control conversion csharp custom database datagrid datagridview dataset datetime degrees development drawing encryption enum event excel file files form format ftp function gdi+ http httpwebrequest image index input install java label list listbox login mandelbrot math mouseclick mysql networking object oracle path photoshop picturebox pixelinversion post prime programming radians regex remote remoting resource richtextbox save saving serialization server sleep socket sql statistics stream string table tcp text textbox thread time timer treeview update usercontrol validation view webbrowser windows winforms wpf xml






