Deserteye Posted October 9, 2006 Share Posted October 9, 2006 I am trying to create a file upload script and I was wondering how I could create a meter of how much space a user has taken up/has left and how much bandwidth a user has used/has left. I would appriciate it if someone could provide sample code or a link. Thanks ;) Link to comment https://forums.phpfreaks.com/topic/23471-file-space-and-bandwidth-meter/ Share on other sites More sharing options...
printf Posted October 9, 2006 Share Posted October 9, 2006 You can't manage bandwidth through PHP, unless you are serving the files through PHP, meaning the files will have no direct access. All the other stuff, like storage limits, file types can be handled via PHP scripting!me! Link to comment https://forums.phpfreaks.com/topic/23471-file-space-and-bandwidth-meter/#findComment-106504 Share on other sites More sharing options...
Deserteye Posted October 10, 2006 Author Share Posted October 10, 2006 [quote author=printf link=topic=110998.msg449513#msg449513 date=1160429035]You can't manage bandwidth through PHP, unless you are serving the files through PHP, meaning the files will have no direct access. All the other stuff, like storage limits, file types can be handled via PHP scripting!me![/quote]thanks but that doesn't help. what language can I manage bandwidth with? how can I manage storage limits with PHP? Link to comment https://forums.phpfreaks.com/topic/23471-file-space-and-bandwidth-meter/#findComment-106562 Share on other sites More sharing options...
Deserteye Posted October 10, 2006 Author Share Posted October 10, 2006 anyone? Link to comment https://forums.phpfreaks.com/topic/23471-file-space-and-bandwidth-meter/#findComment-106604 Share on other sites More sharing options...
Deserteye Posted October 10, 2006 Author Share Posted October 10, 2006 [quote author=Deserteye link=topic=110998.msg449614#msg449614 date=1160448366]anyone?[/quote]bump Link to comment https://forums.phpfreaks.com/topic/23471-file-space-and-bandwidth-meter/#findComment-107072 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.