BlueImp Upload from iphone 1.2 GB size

80 Views Asked by At

i tried to pick a file from iphone photomediathek with 1,2 GB.

Before uploading, the iphone converts the file, then the upload starts briefly and stops immediately, presumably when determining the size of the file.

In the post() function tries:

$content_range_header = $this->get_server_var('HTTP_CONTENT_RANGE');

No value is returned here either.

PHP Notice: Trying to access array offset on value of type null in .... $uploaded_bytes = $this->fix_integer_overflow((int)$content_range[1]);

Does anyone know the problem when uploading with iPhone?

Thanks for hints

0

There are 0 best solutions below