Can someone help me with this curl request?
Where does the -f file= part come in? It isnt just a regular poststring I guess. I am using httputils2.
B4X:
curl -X POST -H "QB-Token: e7cde5f7f5b93f3fa5ac72a281777cbf0f908374" -d "field_name=avatar" -F "file=@ava.jpg" https://api.quickblox.com/data/<Class_name>/<record_id>/file.json
Where does the -f file= part come in? It isnt just a regular poststring I guess. I am using httputils2.