NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="faceDetectForm.aspx.cs" Inherits="faceDetectForm" %>

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Face Detection form</title>

</head>
<body>

<form runat="server" id="form">
<h1 id="heading">Image form</h1>

<div class="container">
<!--our custom file upload button-->
<%--<asp:Label for="imageFile" runat="server" Text="Choose File"></asp:Label>--%>
<input id="fileUpload" type="file" accept=".jpg, .jpeg, .png" onchange="checkImageFile()"/>
<span id="fileName"></span>
</div>

<div class="container">
<asp:Image ImageUrl="~/Images/demo.jpg" ID="imagePreview" runat="server" alt="Photo" Width="20em" Height="15em" />
</div>

<div class="container">
<asp:Button ID="btnDetectAndCrop" runat="server" Text="Detect Faces and Crop" OnClick="btnDetectAndCrop_Click" />
<%--<asp:Button ID="submitBtn" runat="server" Text="Button"
OnClientClick="return validateImage();" OnClick="submitBtn_Click"
/>--%>
</div>
</form>
<p>
<asp:Label runat="server" ID="FileUploadStatus"></asp:Label>
</p>
</body>

<script>
function checkImageFile() {

var fileInput = document.getElementById('fileUpload'); // get the image file input element
var imagePreview = document.getElementById('imagePreview'); // get the image element

var file = fileInput.files[0];

if (file) {
var reader = new FileReader();

reader.onload = function (e) {
imagePreview.src = e.target.result;
}
reader.readAsDataURL(file);
}
}
</script>

</html>


<%--OnClick="btnUploadImage_Click"--%>

     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.