Jpegcam Capture

Hi all, i’m using this webcam extension for capture photos in my application. I checked the demo application and it works fine. But the problem is the url format of my application is like http://localhost/webcamapp/index.php/user/newPhoto and the extension follows like this http://localhost/webcamapp/index.php?r=user/newPhoto. So i can’t capture the image with my url format and it shows alert with error when click capture button. How it can solve?

Extension link: http://www.yiiframework.com/extension/yii-jpegcam/

Hi, change the url manager or change the code inside extension for handling your requirement :)

Did you tried this extension?

I checked the demo app for jpegwebcam and it working fine. I need the method for saving image with my url format.