Skip to content Skip to sidebar Skip to footer

Getting Upload Progress With Php

I am having trouble getting the progress of a file upload using PHP, the server that my site is hosted on is using php v5.6. I also have the 'uploadprogress' setting enabled in my

Solution 1:

You have to be sure your server is running PHP with mod_php.

I'm running Drupal on nginx and warns me that

"Your server is not capable of displaying file upload progress. File upload progress requires an Apache server running PHP with mod_php."

Post a Comment for "Getting Upload Progress With Php"