![]() |
PICNIK integration Problem(query strings in URL) - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: PICNIK integration Problem(query strings in URL) (/showthread.php?tid=28322) |
PICNIK integration Problem(query strings in URL) - El Forum - 03-08-2010 [eluser]Unknown[/eluser] Hi all i am working on a application using CI,PICNIK what i am doing is editing files using picnik then upload them to my server and need to use some URL having query strings http://MYURL/uploads/uploadEditedImage/03.jpg/?file=http://picnik.com/file.jpg but when i hit this url i get Object not found! i am using the CI standard Urls in my application but picnik sends the Url in above format how can we handle this in CI 1.)I dont want to use normal Urls 2.)We cant change the Url formats of picnik as they are auto generated i an attaching my code for View and controller Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> Code: function uploadEditedImage($filename = '') |