PHP Upload does not upload files that are bigger than 1 MB

Hi,
why PHP Upload doesn’t upload files bigger than 1 MB?
Thanks

@maicol07 said:
Hi,
why PHP Upload doesn’t upload files bigger than 1 MB?
Thanks

It does. It’s supposed to be able to handle files up to 10 MB. What do you see? Do you get any errors?

@Admin said:

@maicol07 said:
Hi,
why PHP Upload doesn’t upload files bigger than 1 MB?
Thanks

It does. It’s supposed to be able to handle files up to 10 MB. What do you see? Do you get any errors?

Hi, I didn’t get any errors… and it doesn’t upload files… why?
Thanks

@maicol07 said:

@Admin said:

@maicol07 said:
Hi,
why PHP Upload doesn’t upload files bigger than 1 MB?
Thanks

It does. It’s supposed to be able to handle files up to 10 MB. What do you see? Do you get any errors?

Hi, I didn’t get any errors… and it doesn’t upload files… why?
Thanks

So if you don’t get any errors, what do you see? Does the upload start? Does the upload finish? Do you see the file afterwards? What kind of file are you trying to upload?

The more information you can provide, the more effectively I can help you. Just “uploading doesn’t work” doesn’t give me enough details to get an idea of what could be going on.

Hi,
The upload starts but he stops when it arrives at 1 MB uploaded. I can’t see the file after the failed upload. I’m trying to upload a .pdf file.
Thanks

I just used a simple upload script to see if I could upload a PDF. It worked fine with a 6MB document (it said “no image file”, which shows the transfer was completed). I’m sorry, but I can’t seem to reproduce this issue on my end.