Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Lage files #100

Open
ericappcomm opened this issue Feb 13, 2019 · 1 comment
Open

Lage files #100

ericappcomm opened this issue Feb 13, 2019 · 1 comment

Comments

@ericappcomm
Copy link

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)

@ivanmviveros
Copy link

try changing the "maxFileSizePreview" option to a higher value, by default it is "5M" which prevents the image from being loaded in base64
image

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

No branches or pull requests

2 participants