I am getting the error 7 while uploading the file on the server. I have also increased the max_upload_filesize value but of no use. I am getting the values in $_FILES as :
Array
(
[name] => Screenshot (1).png
[type] =>
[tmp_name] =>
[error] => 7
[size] => 0
)
I am using Digital Ocean Server. If anybody knows the solution please help me out.