File Uploader
-
I need to get files from my c drive one-by-one using file uploader and put themin a list box then save the files to a server. can someone help please.
-
I need to get files from my c drive one-by-one using file uploader and put themin a list box then save the files to a server. can someone help please.
And where exactly are you stuck? :suss: You can get files from a directory using the
DirectoryInfo
andFileInfo
classes. Use the properties exposed by these classes to add them to your listbox. As for saving them to a server, it depends on what protocol you will be using.Cheers, Vıkram.
Be yourself, no matter what they say. - Sting, Englishman in New York.
-
And where exactly are you stuck? :suss: You can get files from a directory using the
DirectoryInfo
andFileInfo
classes. Use the properties exposed by these classes to add them to your listbox. As for saving them to a server, it depends on what protocol you will be using.Cheers, Vıkram.
Be yourself, no matter what they say. - Sting, Englishman in New York.
Vikram A Punathambekar wrote:
You can get files from a directory using the DirectoryInfo and FileInfo classes.
These are serverside. I think he is expecting something on the web browser. He might most probably need an ActiveX solution to achieve the same.
Vasudevan Deepak Kumar Personal Homepage Tech Gossips