Open File

honnour

Registered User.
Local time
Today, 18:05
Joined
Mar 1, 2012
Messages
43
Hello,

I want to open a .csv file from my computer.
User will click "browse" button and select the file from it's computer.
Then the file's path will be shown at a textbox. Then If he/she chooses to press "Upload CSV" button it will be transfered to a table called "First"

Right now I think I can make the process that "Upload CSV" button does.
But I cant select the file.

How can I do this?

Thank you
 
I manage to solve the problem. OpenFileDialog is the key.

Thanks :)
 

Users who are viewing this thread

Back
Top Bottom