乱世@小熊 2010-11-22 14:01 采纳率: 75%
浏览 30

使用symfony 1.4上传Ajax

I want to handle the image uploads with a multi uploader (uploadify or other plugins will do), but I couldn't make it work with symfony.

I tried the swfuploader plugin, but it didn't work, there was an error with javascript.

How can I handle an ajax upload with symfony?

Thanks

  • 写回答

3条回答 默认 最新

  • weixin_33735676 2010-12-17 05:21
    关注

    Symfony 1.4 had some major changes regarding Javascript, the main helper has changes its name so i think that first you should check compatibility between Plugin and Symfony1.4. Also you could add some plugin that enhaces your Javascript programming like Protoculous.

    评论

报告相同问题?