Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ability to intercept Base64 dataURL images before upload (server overload) #69

Open
jywarren opened this issue Dec 5, 2018 · 2 comments

Comments

@jywarren
Copy link
Collaborator

jywarren commented Dec 5, 2018

We've seen some dataURL images pasted into posts and that can badly overload our database when it's saved as a string into a text record instead of uploaded separately.

Not sure if this will require code changes, but i'd like to intercept this if possible and upload via as normal images are!

@jywarren
Copy link
Collaborator Author

jywarren commented Dec 7, 2018

This could be doable in a similar fashion to: #38

@jywarren
Copy link
Collaborator Author

jywarren commented Dec 7, 2018

At minimum a way to insert a filter to find these so we can do /something/ like show an alert, or prevent upload, or replace them with something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant