Report this

What is the reason for this report?

Error upload pdf files

Posted on August 31, 2022
Brenda Morales

By Brenda Morales

Web developer

I run into the following problem:

When trying to upload pdf files less than 10M it shows me the following error

The “” file does not exist or is not readable.

I gave myself the task of checking the space in my droplet but I still have more than 60% available, then check my variables post_max_size = 8M upload_max_filesize = 2M and change them to post_max_size = 64M upload_max_filesize = 64M, restart apache to apply the changes, but I still get the same error, I would like to know if I have to make any other modifications at the project level (laravel).

It is important to mention that this only happens with pdf files, when loading images everything works perfectly.

I would greatly appreciate the support.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.