blank page from phpumloader

  •  03-16-2011, 6:38 AM

    blank page from phpumloader

    Hello
    I am testing your phpuploader on a linux server and php 
    I have resolved the path issue and when I run the demo php uploader I get a blank page with  only a button that says 'upload files'
    The button has no action when clicked
    the html source is below
    I understand that this is a  free code but if  you could point me  toward a possible solution that would be great
    thank you
    ================================
    <body>   
    <button id='AjaxUploaderFilesButton' onclick='return false;'>Upload files</button><input type='hidden' id='AjaxUploaderFiles' name='AjaxUploaderFiles' autocomplete='off' /><script type='text/javascript' src='//phpuploader/ajaxuploaderresource.php?type=script'></script><img id='AjaxUploaderFiles_Loader' UniqueID='AjaxUploaderFiles' Namespace='CuteWebUI' UploadModuleNotInstall='1' ServerLang='PHP' src='//phpuploader/ajaxuploaderresource.php?type=file&amp;file=continuous.gif' InsertButtonID='AjaxUploaderFilesButton' ResourceDirectory='//phpuploader/resources' ResourceHandler='//phpuploader/ajaxuploaderresource.php' UploadUrl='//phpuploader/ajaxuploaderhandler.php' Extensions='jpeg,jpg,gif,png,zip' FlashLoadMode='1' MaxPartialSizeKB='102400' MaxHttpSizeKB='8192' CancelUploadMsg='Cancel upload' CancelAllMsg='Cancel all Uploads' UploadingMsg='Uploading..' UploadCursor='Auto' UploadType='Auto' ShowProgressBar='1' ShowProgressInfo='1' NumFilesShowCancelAll='2' PanelWidth='360' BarHeight='20' InfoStyle='padding-left:3px;font:normal 12px Tahoma;' BarStyle='Continuous' BorderStyle='border-style:solid;border-width:1px;border-style:#444444;' onload='this.style.display=&quot;none&quot; ; CuteWebUI_AjaxUploader_Initialize(this.id);' onerror='this.onload()' ContextValue='m92nrcbbm6c0mrpcn3h4daduk4' /></body>
     
    ===============================
View Complete Thread