Fixed file uploading, other more minor fixes

This commit is contained in:
Luke Ogburn
2019-04-09 07:25:07 -04:00
parent 952948552f
commit 2fa158402e
6 changed files with 14 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
}
</script>
<form action=submit.php method=POST>
<h2 id=counter></h2>
<h2 id=counter>0</h2>
<textarea onkeyup=wordCount(this) placeholder='Write your words here...' name=words></textarea>
<input type=text name=key placeholder='Decryption key'>
<button type=submit name=submit value=submit id=submitWriting>SUBMIT</button>