remotipart
remotipart copied to clipboard
turboboost form with uploads submit, but newly rendered pages don't show using remotipart
trafficstars
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
+1
any info on this ?
+1