You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.
Hi,
I cannot upload files large than 4 MB.
It does not contain a base64 image.
<div class="dropify-preview" style="display: block;">
<span class="dropify-render">
<i class="dropify-font-file"></i>
<span class="dropify-extension">png</span>
</span>
<div class="dropify-infos">
A smaller images wrks fine
<div class="dropify-preview" style="display: block;">
<span class="dropify-render">
<img src="data:image/png;base64,iVBOR...5CYII=">
</span>
<div class="dropify-infos">
How can I upload large files? (up to 20MB)
The text was updated successfully, but these errors were encountered: