Re: CuteWebUI AjaxUploader Initialize is not defined in php file uploader

  •  10-21-2009, 8:38 AM

    Re: CuteWebUI AjaxUploader Initialize is not defined in php file uploader

    Hi Terry,
     
    Below html code iam getting at the time of uploader.
     
    <button id='myuploaderButton' onclick='return false;'>Select multiple files (Max 10M)</button><input type='hidden' id='myuploader' name='myuploader' autocomplete='off' /><script type='text/javascript' src='homepages/31/d288600241/htdocs/test/phpuploader/ajaxuploaderresource.php?type=script'></script><img id='AjaxUploaderFiles_Loader' UniqueID='myuploader'  Namespace='CuteWebUI' UploadModuleNotInstall='1' ServerLang='PHP' src='homepages/31/d288600241/htdocs/test/phpuploader/ajaxuploaderresource.php?type=file&amp;file=continuous.gif' InsertButtonID='myuploaderButton' ResourceDirectory='homepages/31/d288600241/htdocs/test/phpuploader/resources' ResourceHandler='homepages/31/d288600241/htdocs/test/phpuploader/ajaxuploaderresource.php' UploadUrl='homepages/31/d288600241/htdocs/test/phpuploader/ajaxuploaderhandler.php' Extensions='jpeg,jpg,gif,png' MaxHttpSizeKB='20480' CancelUploadMsg='Cancel upload' CancelAllMsg='Cancel all Uploads' UploadingMsg='Uploading..' UploadType='Auto' ManualStartUpload='1' MultipleFilesUpload='1' 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='TODO' />
     
View Complete Thread