I'm sending a file by my cordova app and send a blob object
When I get it with server side, I try to upload it via media_handle_upload
function but I can't this error :
sorry this file type is not permitted for security reasons
I think wordpress doesn't allo blob object, but how to convert this object to upload my file with media_handle_upload
?
Thanks