how to restrict the upload speed?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
eshban
Forum Contributor
Posts: 184
Joined: Mon Sep 05, 2005 1:38 am

how to restrict the upload speed?

Post by eshban »

Hi,

I have a php website, where user comes and upload large files. I am using UBER - UPLOADER control to upload files. I want to restrict FREE users, by throttle their bandwidth . MEans the free users got slow upload speed. How it can be possible.

I researched on this from last 2 weeks, but unable to find its clue.

Any suggestions?
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: how to restrict the upload speed?

Post by VladSun »

Maybe you can play with Apache mod_cband and different virtual hosts... Although I'm not sure it will do the trick...
There are 10 types of people in this world, those who understand binary and those who don't
Post Reply