XF 1.1 File Upload

Dynamic

Well-known member
Hi there,

For some reason some files being uploaded do not upload. They get to 100% and just sit there. It works for small files, but anything over 1mb it stops. I looked over file size and it is set to 500mb max upload size.

Any ideas?
 
The logs may contain a specific error:

Admin CP -> Tools -> Server Error Log

Here is a bigger list of server settings that may be limiting:

PHP:
max_execution_time
memory_limit
post_max_size
upload_max_filesize

MySQL:
max_allowed_packet
max_packet_size
wait_timeout
 
Hi guys,

I figured it out. The ******* .jpg file was corrupt. I think a user did the conversion wrong on his PC and it would not upload. Everything else works normally.

Thanks.
 
Top Bottom