WordPress media_handle_sideload error message of Specified file failed upload test.

I got error “Specified file failed upload test.” when I try to upload image file using media_handle_sideload(). It took me several hours just to solve this. Haha

My HTML Form

My PHP

 

The error is not really verbose, it should say empty file found rather then failed test. My mistake I forgot to put the index ‘filename’ as in my form.

Solution