Nothing Works

  •  04-26-2011, 6:53 PM

    Nothing Works

    I tested everything with the free trial and got things working fine.  Then, I purchased a domain license and replace the license file.  Now nothing works.  When I click on the button, the screen doesn't come up to select the file you want to upload.  I tried putting the trial license back in and it still didnt work.  I tried it on IE and Firefox.  I tried re-downloading the files.  I am approaching a deadline fast and would appreciate any help.  My code is below:
     

    <!-- #include file="aspuploader/include_aspuploader.asp" -->
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <link rel="stylesheet" type="text/css" href="data/stylesheets/default.css" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Mungo Report - Extracting Valuable News From Trash</title>

    </head>

    <body>
    <%
            Dim uploader  
            Set uploader=new AspUploader  
            uploader.Name="myuploader"
            uploader.SaveDirectory="data/uploads/rawvideo" 
            uploader.AllowedFileExtensions="*.jpg,*.png,*.gif" 

            uploader.Render()


    %>

    </body>
    </html>

View Complete Thread