thanks every one for your answers
but i found out what was the problem
i changed the browser to chrome and saw that my image is being sent to my php file
then i found my code problems
first: i used application/json
instead of multipart/form-data
second: i added a column to my database but didn't add it in my query
so now every thing works!