On Mon, 2005-12-12 at 16:48 +0000, Lee McFadden wrote: > Basically I want/need three urls for each unique file. > > /pickup/<id> - The basic starting point. > /pickup/<id>/recipient - A page for the user to enter their email address > /pickup/<id>/download - The method that streams the download
CherryPy doesn't currently handle RESTful style URLs well (or in 2.2, from what I've seen). You would have to do some hacking in pickup.default and do the dispatching yourself. Sean Cazzell

