:remote => true not working when a file uploader is used in form

后端 未结 3 694
轮回少年
轮回少年 2021-01-07 18:47

Basically when I include and use a file uploader in my form it seems to cancel out the :remote => true functionality and processes the action as HTML in place of JS. any ide

3条回答
  •  [愿得一人]
    2021-01-07 19:35

    AJAX image uploads do not work, at least not in the standard way.

    There are newer, HTML5 techniques that make it work, and workarounds using