File upload over API?
File upload over API?
![Nemanja Milosevic](https://secure.gravatar.com/avatar/15f6c386b8dd08036c3195aa120cd562/?default=https%3A%2F%2Fvanillicon.com%2F15f6c386b8dd08036c3195aa120cd562_200.png&rating=g&size=120)
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