File upload over API?
File upload over API?
Nemanja 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.
This discussion has been closed.
Answers
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