ok. just tested it: the video file is transfered by ownyourgram. the test button however doesn’t transfer the videofile, only the image. so evrything is OK, i was just a little confused - as always …

$_FILES array:

array(2) {
["photo"]=>
array(5) {
["name"]=>
string(12) "ig1ZetUv.jpg"
["type"]=>
string(24) "application/octet-stream"
["tmp_name"]=>
string(33) "/home/www/web225/phptmp/phpatawij"
["error"]=>
int(0)
["size"]=>
int(152340)
}
["video"]=>
array(5) {
["name"]=>
string(12) "ig6Wv1Z3.mp4"
["type"]=>
string(24) "application/octet-stream"
["tmp_name"]=>
string(33) "/home/www/web225/phptmp/phpeExRoA"
["error"]=>
int(0)
["size"]=>
int(2161369)
}