Here is a defect template which aims to encourage ALL relevant information being provided to cut down debugging time.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Read file test</title> | |
</head> | |
<body> | |
<form> | |
<h1>Read file test</h1> | |
<label for="file">File to read:</label> | |
<br /> |