post - CodeIgniter throwing Error 404 when posting certain values through form submit -


i'm using , older version of codeigniter (1.7.1), , i'm having problems submitting forms.

i have form text fields , textarea field has tinymce editor attached.

if insert text textarea, works fine.

if insert image this:

<img src="htt://www.website.com/image.jpg" alt="" width="352" height="262" />

everything works fine well.

the problem occurs whenever insert image through tinymce (and upload manager). in case, inserted:

<img src="../../../tiny_upload/1.jpg" alt="" width="352" height="262" />

when hit post button, "404 page not found" page. can't print getting posted. throws error immediately.

thank answers!

edit:

view file

controller file

it old code (hence 1.7 ci version), why little messy.

try change src using javascript first 1 , submit form. may work.

if post code, more give answer 404 error message.


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -