pqina / filepond

🌊 A flexible and fun JavaScript file upload library
https://pqina.nl/filepond
MIT License
15.2k stars 829 forks source link

Initial Files not loaded #704

Closed michele-grifa closed 3 years ago

michele-grifa commented 3 years ago

I'm using filepond with JQuery to upload a user profile photo and it works great. Now i want to display the preview of an already uploaded image, but when i set the files property, it doesn't load anything and show a grey background.

I'm using laravel and the file is accessible. The console doesn't show any errors.

files: [{
    source: '/storage/4/Risorsa-5.png',
    options: {
        type: 'local'
    }
}]
rikschennink commented 3 years ago

We require the issue template to be filled out on all new issues. The issue template helps us collect all the information we need to address your submission efficiently.

Your issue can be classified as an integration question or a question about specific features of FilePond we ask you kindly to submit it on Stack Overflow.