File upload over API?

File upload over API?

Nemanja MilosevicNemanja Milosevic Posts: 2Questions: 1Answers: 0

Is it currently possible to upload a file over API and how would you go around that?

I've managed to implement file upload over front end DataTables editor form, but i need this to be done programmatically.

Answers

  • allanallan Posts: 62,994Questions: 1Answers: 10,368 Site admin

    You mean that a file should be selected from the end user's computer and uploaded programmatically? No, that isn't possible. Allowing that in a browser would be a massive security risk. Anyone would be able to grab any file from your computer!!!

    Allan

This discussion has been closed.