Unfortunately that is the componenent that the ISP supports and it is unlikely that I can change it without evidence that there is a clear problem with it.
Is this a unique problem to Persits AspUpload?
For what it's worth, I receive an error in the following script in upload_files.asp:
<script language="JavaScript">
window.opener.document.getElementById("message").contentWindow.focus();
var htmlLink = window.opener.document.getElementById("message").contentWindow.document.selection.createRange()
htmlLink.pasteHTML('<a href="/forum/upload/jpullam/2005-05-06_064103_test_'_file.doc">2005-05-06_064103_test_'_file.doc& lt;/a>');
window.opener.document.getElementById("message").contentWindow.document.execCommand('paste', false, '');
window.close();
</script>
The error points to the imbedded single quote in the URL.