How can I upload file secure

How can I upload file secure?
I’m afraid uploading file to CDN is non-secure. I assume it is suitable for the public file.

What backend are you using? What you probably want to do is directly upload to backend, and make the API private so not everyone can access it. Here are several resources that might be useful

https://docs.weweb.io/file-upload/

2 Likes

That’s exactly what I seeking. I started trying according to this example same as using Xano.
I’ll handle some files with personal information such as drivers license.
Many thanks to you!

1 Like