Hi,

I am working on a file uploader. Everything is working as intended, however I need to do some file validation on it across a database.

I got the database to open the connection and get the values in a recordset, however I cannot take the filename that I choose to upload to find the name against the recordset.

Code:
        function CuteWebUI_AjaxUploader_OnSelect(files) {
                <%
...