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 "[email protected]" https://api.quickblox.com/data/<Class_name>/<record_id>/file.jsonWhere does the -f file= part come in? It isnt just a regular poststring I guess. I am using httputils2.
 
				 
 
		 
 
		 
 
		 
 
		