Hi, I'm new to rails and web app programming in general. I wrote a small app in which the user can upload and then download a file to the db, now, I exceeded my bandwidth and I'm not looking for a blessing for the app because its just an experiment, but I'm wondering if there's a way to limit bandwidth for the download by using a controller helper method such as send_data or send_file. I use send_data now which has a buffer attribute that can be set, but I have a feeling that buffer and bandwidth used in the download are not linked in this case. Is this a web server configuration issue? Thanks, Dave --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
