JangoSteve / remotipart

Rails jQuery file uploads via standard Rails "remote: true" forms.
http://os.alfajango.com/remotipart
Other
1k stars 215 forks source link

Still having Firefox 49 issues #168

Closed jtrost closed 8 years ago

jtrost commented 8 years ago

I upgraded remotipart to 1.3.1, and upon submitting a form an error is raised that is caused by the params, which look like this:

{"object Object"=>{","=>{"object Object"=>{","=>{"object Object"=>{","=>{"object Object"=>{","=>{"object Object"=>{","=>{"object Object"=>{","=>{"object Object"=>{","=>{"object Object"=>{","=>{"object Object"=>nil}}}}}}}}}}}}}}}}

Furthermore, the first time I click the submit button nothing happens. No AJAX request is sent. It's only after clicking the submit button a second time is the AJAX request sent and this error raised.

No other browser has this issue, so I think it's related to #163.