Testing Book Examples: File Upload, etc. - NLL421

When I click on 'Choose File' I get this display
File Choice

Choosing a file place the name of the file right after the 'Choose File' button. Chosen File Clicking on 'Submit' produces a 'Your file was not found' message. The address line shows 'file:///C:/upload'

This may be the first step towards learning more.

The output of this example with my 'Go' icon appears on NLL422

Creating Large Text-Entry Fields with textarea NLL422

Just checking!

My observation about the width of the textarea. The body style, margin-left: 25px and width: 775px can accomodate 108 default characters. If the width of the textarea is greater than the body defined size, the textarea width specification overrides the body specification.

With the current definition, 60 characters are good for 59.