Answers for "add image to input field"

CSS
0

html input file upload image for profile picture

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<div id="profile-container">
   <image id="profileImage" src="http://lorempixel.com/100/100" />
</div>
<input id="imageUpload" type="file" 
       name="profile_photo" placeholder="Photo" required="" capture>
Posted by: Guest on July-08-2020

Code answers related to "add image to input field"

Browse Popular Code Answers by Language