Hi there,
I use swfupload on my debian server.
I have already incrased limits in my php options to:
But it writes me 2038 error after 500-600MB uploading. I can upload files with 200mb, or 300MB, but can't upload 700MB large files.
I can't find any solutions. I tried to google it, but only says have to incrase limits. I have already did it, but not work.
post_max_size 9999,
upload_max_filesize 9999,
max_execution_time 9999,
max_input_time 9999,
memory_limit 500,
But not working for me. I have no more idea. I have tried other uploaders, but same error. How can I fix it? What is the solution?