-
Notifications
You must be signed in to change notification settings - Fork 1
Using custom upload #1
Comments
Good question @mouzofabricio. How do you want the uploads to work, exactly? Medium Editor Insert Plugin uses BlueImp's jQuery File Upload to handle uploads. Unless there's a way you can work its options to do exactly what you want, then I'd be tempted to write a custom addon for Medium Editor Insert Plugin for your specific upload process. |
Hi Will,
And this is the error I'm get in Ember: |
Hmm, that payload seems like it should work. Is it responding with a 200 status? The main problem with Ember Medium Editor Insert Plugin is that there's no method of inspecting or adapting the response before it's handled and inserted into the DOM. Though there's an open PR #384 to enable you to use the default uploader |
@mouzofabricio, did you find a good solution? If so, can I close this issue? |
I've been using this plugin and it works perfectly out of the box.
Nevertheless, I'm working in a project with ember-fire (firebase db) and whenever I upload an image it gets embedded as base64 code which makes the upload and download times take forever.
Is there any way to implement a custom upload code so I can set another server to upload the images and generate the urls ?
Thanks!
The text was updated successfully, but these errors were encountered: