表达式引擎ajax调用模块函数

时间:2011-04-05 10:21:08

标签: jquery ajax module expressionengine

我需要你的帮助,我正在使用表达式引擎2.x并使用uploadify来使用jaquery方法上传文件。

在js代码中我需要提供上传url脚本。 并且不要如何调用我在db中注册的模块函数。 我试过index.php?ACT = function_name但是没有附加 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

  });

});

1 个答案:

答案 0 :(得分:1)

您需要在模块安装期间将“上传者”方法插入到操作表中,这将为您提供要使用的操作ID。

http://expressionengine.com/user_guide/development/modules.html