I would like to know a number of simultaneous file uploads in the very moment. E.g. If the number exceeds my limit, I would display a message to the user with apology to try later.
Is there a way how to get the number of currently running uploads in PHP ?
Thank you for your help...