[jQuery] jqUploader using action does not work with HTTP.

2009-01-30 Thread Zerutreck

This form action not working:
http://localhost/argofile/
index.php/upload/do_upload" method="POST" class="a_form">

I'm using code igniter framework, this type of url is the path for the
"file" :
http://localhost/argofile/index.php/upload/do_upload

When i click the upload button, this error happens:
HTTP error: with NAMEofFILE: error #404

See this print-screen:
http://hermes.araripina.com.br/imagens/jqUploader.png

When not using the framework, php normal use. Directing the form to
the file, it works normally.

When not using the framework, php normal use. Directing the form to
the file, it works normally.

Someone can help me solve this? Well I have to use framework without
using HTTP address on the form.

I await any response,

Hermes Alves


[jQuery] jqUploader using action does not work with HTTP.

2009-01-29 Thread Zerutreck

I'm using this jquery plugin:
http://www.pixeline.be/experiments/jqUploader/

This form action not working:
 http://localhost/argofile/
index.php/upload/do_upload" method="POST" class="a_form">

I'm using code igniter framework, this type of url is the path for the
"file" :
 http://localhost/argofile/index.php/upload/do_upload

When i click the upload button,  this error happens:
HTTP error: with NAMEofFILE:  error #404

See this print-screen:
http://hermes.araripina.com.br/imagens/jqUploader.png

When not using the framework, php normal use. Directing the form to
the file, it works normally.

When not using the framework, php normal use. Directing the form to
the file, it works normally.

Someone can help me solve this? Well I have to use framework without
using HTTP address on the form.

I await any response,

Hermes Alves


[jQuery] jEditable - Name of class

2007-09-14 Thread Zerutreck

I want to catch the name of the classroom that is being edited at the
moment , So that my script php knows of which div is come the
information.

If div link 1 or div link 2 or div link3 that it was edited, I try
with the code, $('div').attr('class'), but he did not function


$(".link1, .link2, .link3, .link4").editable("http://localhost/somzoom/
index.php/admin/atualizaVideos/1/", {
id  : 'elementid',
name  : $('div').attr('class'),
submit: 'Modificar',
indicator : "",
tooltip   : 'Clique para editar...'
});

Link 1
Link 2
Link 3