Thursday, June 28, 2007

Send large files

If you need to send files that exceed your email system's attachment limit, check out Virtual Drop Box. It's my pet project and employs SSL, Ruby/Rails, reCAPTCHA, Adsense, and Google Analytics. It's simple, secure, and free. While you're at it, click on some of the ads.

1 comment:

David said...

what is the maximum file size that you can use on this? I'm currently working on a rails app that needs to be able to deliver large files and would be interested to hear how you are doing this. Do you use send_file?