Level 102
Are you sending it as a get request? Post submission should be post or put
I'm trying to use quill to add a WYSISYG editor to my project. Quill uses base64 image so as to display the file before upload. Works fine without images in the editor but adding images gives a Request-URI Too Long error because of the long base64 string.
Are you sending it as a get request? Post submission should be post or put
Please or to participate in this conversation.