Agile-uploader重定向到表单提交上的404

时间:2014-04-27 16:02:28

标签: php jquery flash file-upload image-uploading

我正在使用旧项目agile-uploader,现在我已经更改了服务器,它在提交404 error时提供form给予form_action(页面),虽然这个网页存在。

Ps:我现在正在使用php 5.4,但它正在使用php 5.2

以下是导入agile-uploader插件的代码:

$('#file-upload').agileUploader({  
    submitRedirect: 'upload/finish',  
    formId: 'form',  
    flashSrc: '/js/agile-uploader/agile-uploader.swf',  
    flashVars: {  
        form_action: 'upload/index',   
        max_width: '100',  
        max_height: '100',  
        file_limit: 20  
    }  
});

1 个答案:

答案 0 :(得分:0)

问题在于apache httpd模块fcgi。它通过增加最大请求长度FcgidMaxRequestLen来解决。