Server IP : 103.6.199.200 / Your IP : 18.225.255.196 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/tradepan/blcoin.io/wwwroot/ |
Upload File : |
<%@ page language="C#" autoeventwireup="true" inherits="Image, App_Web_zq2z_uvg" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Grab Pays</title> <style> .file-upload { cursor: pointer; } .file-upload input { top: 0; left: 0; margin: 0; /* Loses tab index in webkit if width is set to 0 */ opacity: 0; filter: alpha(opacity=0); } </style> </head> <body> <script> function IMG1_onclick() { // document.getElementById('IMG1').style.visibility='hidden'; document.getElementById("FileUpload1").click(); } function IMG2_onclick() { // document.getElementById('IMG2').style.visibility='hidden'; document.getElementById("FileUpload2").click(); } function IMG3_onclick() { // document.getElementById('IMG3').style.visibility='hidden'; document.getElementById("FileUpload3").click(); } </script> <form id="form1" runat="server"> <div> <font size="2pt"><asp:Label ID="Label1" runat="server" Width="126px" Text="" Height="18px"></asp:Label> </font> <br /> <table border="0"> <tr><td width="110"> <label class="file-upload"> <img src="images/Cam1.png" id="IMG1" width="90" onclick="return IMG1_onclick()" /><br /> </label> </td><td width="110"> <label class="file-upload"> <img src="images/Cam2.png" id="IMG2" width="90" onclick="return IMG2_onclick()" /><br /> </label> </td><td width="110"> <%if(false){ %> <label class="file-upload"> <img src="images/Cam3.png" id="IMG3" width="90" onclick="return IMG3_onclick()"/><br /> </label> <%} %> </td></tr></table> <asp:Button ID="ButUp1" runat="server" OnClick="But1_Click" Text="Upload" Width="233px" /> <br /><br /><br /><br /> <asp:Image ID="Image1" runat="server" width="390" /><br /><br /> <asp:Image ID="Image2" runat="server" width="390" /><br /><br /> <asp:Label ID="lblPicture" runat="server" Text=""></asp:Label> <br /><br /><br /><br /><br /><br /> <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> <asp:Label ID="lbl01" runat="server" Text=""></asp:Label><br /> <table border="0"> <tr><td> <asp:FileUpload ID="FileUpload1" width="100px" Height="100" runat="server" /> </td><td> <asp:FileUpload ID="FileUpload2" width="100" Height="100" runat="server" /> </td><td> <asp:FileUpload ID="FileUpload3" width="100" Height="100" runat="server" /> </td></tr> </table> </div> <script> parent.scroll(0, 0); </script> </form> </body> </html>