We have a .NET MVC web app and are using Filepond javascript library for uploading and managing files.
In one form (a razor view) we have set the property of the filepond : --------------------------------- instantUpload: false, storeAsFile: true, ---------------------------------
Now when this view opens we can add files to be upoaded, but we alos need to add existing files which need to be added as blobs as opposed to links die to the above property settings.
We need assistance in doing that.
PLEASE ONLY REPLY if you know Filepond 100%. Thank you for you co-operation and honesty.