CodeIgniter Forums
codeigniter with uploadify - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: codeigniter with uploadify (/showthread.php?tid=57432)



codeigniter with uploadify - El Forum - 03-13-2013

[eluser]stv[/eluser]
Hi , i have a problem with uploadify. The uploder shows as complete . But target folder does not have the image .Any body have an idea about solving these, any help is appreciable.

regards
siby


codeigniter with uploadify - El Forum - 03-14-2013

[eluser]TheFuzzy0ne[/eluser]
Please post your controller code.

I had trouble with Uploadify, and ended up going with SWFUploader.


codeigniter with uploadify - El Forum - 03-14-2013

[eluser]stv[/eluser]
Hi, i got the solution. Thanks for your reply. But the console says "Failed to load resource: the server responded with a status of 404 (Not Found) " only when i use uploadify . But it did not affect my function. Any idea why it says like that


codeigniter with uploadify - El Forum - 03-14-2013

[eluser]TheFuzzy0ne[/eluser]
Perhaps the URL you're using isn't correct? Have you tried typing that URL into your address bar?


codeigniter with uploadify - El Forum - 03-14-2013

[eluser]stv[/eluser]
I done as url - 404 error . I do not know from where this url is throwing. I think from js of uploadify


codeigniter with uploadify - El Forum - 03-14-2013

[eluser]TheFuzzy0ne[/eluser]
That indicates to me that your controller file, or class may be named incorrectly, or that it's in the wrong place.

What's the URL you're using?
Where is the controller file?
What is the controller file named?
Can you post your code?


codeigniter with uploadify - El Forum - 03-14-2013

[eluser]stv[/eluser]
"http://www.dealer360.in/demo2/CodeIgniter_2.1.2/index.php/backend/vehicle/addmodel" this is my working URL


codeigniter with uploadify - El Forum - 03-14-2013

[eluser]Rok Biderman[/eluser]
Take a look at this example (mind the config settings) and see if it helps.