I am a novice in PHP, so sorry if the question sounds stupid.
I was wondering if there is a way to restrict file upload through PHP when the uploads folder size (not file size) is more than let's say 10 GB. If there is a way to do it, can you please provide me a concept of how to achieve this.
I am currently using POST to upload file and the upload folder is on my Hostgator server.
Thank You!