Subject: | /progress and applications that have a base that is not / |
Hi,
I've got an application that is deployed to section of the site (/foo instead of the root /). Of
course it's normally tested on our local boxes as / . Upload progress bar was responding
correctly on our local boxes - but stopped when it went live.
It took a few minutes to realize that the problem regex on line 46 of UploadProgress.pm, which
was doing exactly what the docs claim - responding to /progress, and not responding to [%
base%]/progress as I'd hoped.
Anyhow, I removed the caret and it works for me. Using $c->request->base would more
elegant way to get the same effect.
Thanks,
Nathan McFarland