HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <p>Upload your image</p> <form action="/user-image.php"> <input type="file" name="myImg"> <input type="submit" value="Submit"> </form> </body> </html>
OUTPUT
×

Save as Private