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
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Re: how to restrict the upload speed?

Post by aceconcepts »

Why dont you just give them a minimal upload quota
eshban
Forum Contributor
Posts: 184
Joined: Mon Sep 05, 2005 1:38 am

Re: how to restrict the upload speed?

Post by eshban »

no
i need to slow down the upload speed
Post Reply