Upload a File - Dropzone

Hello,

I want to add a dropzone to upload a files.

I have read the documentation and I can use several companies.

How can I set up my own server - now is file.io, but I want use my own synology server to do this, or only pass the base64 code and later in the server save the file.

https://easybox.fmbetterforms.com/#/

Thanks for the help.

Does your synology box have file post ability?
Basically Dropzone is just an interface, but there needs to be something at that end that can receive an outside file.

c

Synology have and API to upload files via POST. It is the way?

Now I´m saving files via API with filemaker server.

I´m trying not to use a external service

Yes, do you have that working already?

Yes, currently I´m saving files in synology via API in a filemaker script.