Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have created simple page on that i want to create upload box like facebook , i have tried asp:fileupload but it is not displaying properly , guys if have any idea please do share.

here is my code

ASP.NET
<div class="col-sm-3" style="width:305px;margin-right:4px;">
                    <div class="row">
                        <a class="profile-image">                    
                            <img src="" class="media-object" id="imgprofilephoto" runat="server" style="z-index:-100;background-color:transparent; height:315px; border-radius: 105px 0px 0px 105px;z-index:3;border:3px solid #fff;" alt="socialbanjara userprofile" />
                        </a>   
                    </div>
                    <div class="row" style="margin-top: -60px; margin-left: 35px;">
                        <span id="uploadMask">
                            <asp:FileUpload runat="server" id="fileprofilephoto_upload" />
                            <span class="button">Select Image</span>
                        </span>             
                        <asp:Button ID="btnUpload" runat="server" Text="Upload" OnClick="Upload" />
                    </div> 
                    
                </div>
Posted

1 solution

 
Share this answer
 

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