Uploading file over https

This still is an issue for me. Is it impossible to send over https or something? Can’t seem to find any other topics about it.

Oke so i just solved this. It worked for a http but for https you need to add these 2 options:

$scope.options.chunkedMode = false; $scope.options.httpMethod = "POST";

1 Like