Attachinary not allowing submit after upload Rails

118 Views Asked by At

So after I select my files to upload, and it uploads on cloudinary, attachinary keeps my submit button disabled.

<input name="commit" value="[100%] Uploading..." class="btn btn-default" data-disable-with="Create Article" disabled="" type="submit">
1

There are 1 best solutions below

0
On

ok, found it, I had put <%= cloudinary_js_config %> in the <head> and not in the <body>