I am developing a photo gallery and having the problem that I get following error message after trying to upload images which are far bigger (70mb) than those which are working (5-10mb). Error Message: stream_copy_to_stream(): Read of 8192 bytes failed with errno=21 Is a directory
I also changed inside the php.ini file the max upload size to over 1000m but I am getting still the same error message.
Do you have any idea why I am getting the error message?