2011-04-05 55 views
0

我需要你的幫助,我正在處理表達式引擎2.x並使用uploadify通過jaquery方法上傳文件。表達式引擎ajax調用模塊函數

在js代碼中,我需要提供上傳url腳本。 而不要如何達到我的模塊功能在db中註冊的調用。 我嘗試的index.php ACT =函數名但沒有任何事情附加 THX

$。就緒(函數(){

$('.uploadify').uploadify({ 
    'swf'   : 'http://ee.statistic.local/index.php/themes/thrid_party/bmm_cloudupload/swf/uploadify.swf', 
    'uploader'  : '**http://ee.statistic.local/index.php/index.php?ACT=108**', 
    'checkExisting' : false, 
    'debug'   : false, 
    'cancelImage' : 'http://ee.statistic.local/index.php/themes/thrid_party/bmm_cloudupload/uploadify-cancel.png', 
    'folder'  : 'http://ee.statistic.local/index.php/tmp', 
    'auto'   : false, 
    'buttonText' : 'Select Files', 
    'fileTypeExts' : '*.*', 
    'queueID'  : 'upload-queue', 
    'removeCompleted' : false, 
    'uploadLimit'  : 0, 
    'multi'    : true, 
    'transparent'  : true 

    }); 

})?;

回答