JangoSteve / remotipart

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

turboboost form with uploads submit, but newly rendered pages don't show using remotipart #127

Open yomna-fahmy opened 9 years ago

yomna-fahmy commented 9 years ago

Using rails 4.2.1, turboboost 0.0.12, remotipart 1.2.1, carrierwave and carrierwave_backgrounder

When submitting the form without uploading any file, everything works fine. But when submitting with uploads, the server renders the correct page but the browser keeps showing the form (with the form submit button disabled)

<%= form_for company, url: registration_path(resource_name), html: { multipart: true }, validate: true, turboboost: true do |f| %>

request.headers['HTTP_X_TURBOBOOST'] is not set

descovi commented 9 years ago

+1

tagrudev commented 9 years ago

any info on this ?

somazx commented 8 years ago

+1