22 Mar, 2012

1 commit


27 Jan, 2012

1 commit


28 Dec, 2011

1 commit


18 Dec, 2011

3 commits


01 Nov, 2011

2 commits


28 Oct, 2011

1 commit


18 Oct, 2011

2 commits


17 Oct, 2011

1 commit


10 Oct, 2011

4 commits


07 Oct, 2011

1 commit


30 Sep, 2011

2 commits


27 Sep, 2011

4 commits


17 Aug, 2011

5 commits


16 Aug, 2011

2 commits


15 Aug, 2011

1 commit


13 Aug, 2011

3 commits


11 Aug, 2011

2 commits


10 Aug, 2011

3 commits


09 Aug, 2011

1 commit

  • The problem is that file uploads cannot be done via real AJAX, so the
    jQuery form plugin creates a hidden iframe and does the upload there.
    This approach has limitations, and among them is not being able to send
    proper JSON responses for file uploads.
    
    See http://jquery.malsup.com/form/#file-upload
    Antonio Terceiro