On Mon, 2004-03-01 at 15:01, john jonas wrote: > Here's my dilemma: > > I collect a list of file paths to images from a file > that a user uploads to my site. This could be a very, > very long list of images. The user then wants to > upload them to my server...without having to manually > click submit a bunch of times, and I want them to > upload them without killing bandwidth/my server.
Is this Apache? Have you looked at mod_throttle[1]? It's meant to throttle data sent by the server. I don't know how well it would work for data sent /to/ the server. Worth checking out though. Corey 1. http://www.snert.com/Software/mod_throttle/ ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
