Click here to Skip to main content
16,016,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
XML
Hello Everyone

I have a solution in my project, i m using a ellipsis button with html file input control in my project, now its working fine for browsing files in local computer, but my requirement is that i want to set it Default path for browsing and it restricted for another drives and location. please help me out how can i fill my requirement.(suggestion any other control like third party control).

My HTML:
<input runat="server" onchange="setHiddenValue()" id="File1" type="file"  accept="css/js" multiple= "" style=" visibility:hidden;" src="~/CS/p7ccm/p7ccm02.css" />
                <div class="wrapper">
                 <asp:TextBox ID="txtinclude" runat="server" Width="803px" Height="51px"></asp:TextBox>
             <asp:Button ID="Button2" OnClientClick="fireFileClick()" runat="server"
                     Text="...." Width="23px" BorderStyle="Solid" BorderWidth="1px"/>
Posted

1 solution

Give me more information about what you want in the end
 
Share this answer
 
Comments
Krunal Rohit 25-Feb-14 10:59am    
Not a solution, You should've posted it as comment.

-KR

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900