2011-04-05 75 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 

    }); 

})?;

回答