I have a form element like this:
<form enctype="multipart/form-data" id="uploadform" method="post" action="upload.php" target="upload_target" onsubmit="startUpload();">
<input id="file" name="file" type="file" class="target"/>
The user inputs a file-name - let's say it's "The Beatles - Revolution.mp3". Is there a way I can grab that from the input form element file after they select a file and display it in a DIV?