Save File Dialog?
-
I want to create a page in which I ask the user to upload files. I want to upload those files into some directory which is to be created dynamically. How can I open File Dialog on a page and then create a directory where I can save the file? Thanks, Sandy
-
I want to create a page in which I ask the user to upload files. I want to upload those files into some directory which is to be created dynamically. How can I open File Dialog on a page and then create a directory where I can save the file? Thanks, Sandy
u can use input file control or asp:FileUpload control to save in to a directory coolsweety
-
u can use input file control or asp:FileUpload control to save in to a directory coolsweety
but sweety I have checked, there is no asp:FileUpload control. The intellisense of Visual studio showed no such tag. Thanks, Sandy
-
but sweety I have checked, there is no asp:FileUpload control. The intellisense of Visual studio showed no such tag. Thanks, Sandy
It's a plain html control.