I have an input (id = fileFaq / type="file"), how can i get the binary file of the image uploaded?
I have this array, which will be send (POST) via PHP cURL:
And i really think i need to add the binary file at array['file'], so the image can be send correctly.