mjawad096 / laravel-grapesjs

This package provide an esay way to integrate GrapesJS into your laravel proejct.
MIT License
108 stars 54 forks source link

Images uploads in base64 encoding after update #31

Closed insssomniac closed 2 years ago

insssomniac commented 2 years ago

I've noticed after latest update the editor saves images in base64 encoding, and with some images i can't to save the page because request is too long. Is it possible to get back uploading to the laravel's storage?

insssomniac commented 2 years ago

Well, if i set the 'assets'/'upload_url' to empty string '', or some else string, the pictures encodes in base64. Not really understand what this setting is

ghost commented 2 years ago

@insssomniac

upload_url config

But it should use the default route if the value is null