Routing issue with named params

2014-06-03 Thread Lee Reynolds
Hi, We have several mobile apps that use the url structure /api/[search|facets]/type:[bar|foo|ra|sim]. In a previous version this was simple to route /:controller/:action/* This got to be unwieldy because of the amount of processing it took to retrieve information for the different types.

Re: File Uploading problem

2008-10-20 Thread Lee Reynolds
The only time I've had this issue was when I was exceeding the file upload limit. You can change it in php.ini. Not sure if you need to restart apache after a change there or not for it to take effect. Lee On Mon, Oct 20, 2008 at 11:01 AM, Donkeybob <[EMAIL PROTECTED]> wrote: > > I'm using th