Get KoolPHP UI with 30% OFF!

upoalding a 10mb file never ends.... ??

Abraham
yup just like that, im trying to upload a 10mb file to my localhost(xampp) and the file never apears in the upload folder..
ofcourse i have set:
upload_max_filesize=20M in the php.ini
and
$kul->maxFileSize = 1024*1024*20; //20M.
my uploader is set to a handle page but that never occurs as the file is never uploaded...
what could be the problem??
the file i need to upload is a xlsx wixh i will take care of it wit phpexcel later..
*i have no problems with 800kb files 1mb files...
Posted Jun 30, 2016 Kool
Abraham
Found my problem:
i have to change post_max_size too in order to this kooluploader works.
Posted Jul 5, 2016 Kool
Adnan
On the server side, strict request timeout thresholds or rigid payload limits (such as Nginx’s client_max_body_size or PHP’s upload_max_filesize) can silently choke the connection without throwing a readable error code in the browser interface. Testing the upload in a private browsing window, checking the browser’s developer network console for failed HTTP requests, or switching briefly to an ethernet or mobile hotspot connection usually pinpoints the exact breakdown in seconds. For anyone taking a quick breather from diagnosing network hiccups, troubleshooting digital file transfers, and looking for engaging digital entertainment to check out, feel free to visit https://capospins.com.de.
Posted Sep 7 Kool