i want to upload all files from one folder( in client side) to server without browse option
C#
4
Posts
2
Posters
0
Views
1
Watching
-
Hi i need one help . i want to upload all files from one folder( in client side) to server without browse option . we will give path of the folder (constant).
-
Then you either need to start a program on the client computer, or a component (ActiveX control/Java applet/Silverlight) in the browser.
Despite everything, the person most likely to be fooling you next is yourself.
-
i want to upload all files from one folder( in client side) to server at button click event of that page without browse option(without file uploader) . we will give path of the folder path (constant)