[jQuery] Re: ajaxForm - upload issue

2009-09-14 Thread Dani - smalldressup.com
the thing is that the script work ok without ajax.. I am using many upload scripts and the normal PHP one works perfect :|

[jQuery] ajaxForm - upload issue

2009-09-14 Thread Dani - smalldressup.com
Hello everybody! I've recently stumbled upon a very strange issue and it consists of the following: I have a form that I submit using the ajaxForm plugin. I have 2 file fields: thumb and .swf The iframe option is set to true and the form uploads ok the images but does nothing with the .swf fil

[jQuery] Re: Please help me SPEED UP my dev. MySQL => PHP => JSON => AJAX => jQueryUI

2009-03-14 Thread dani
Big thanks to both of you!

[jQuery] Please help me SPEED UP my dev. MySQL => PHP => JSON => AJAX => jQueryUI

2009-03-14 Thread dani
Before taking on a challenging task, please give me some ideas to speed up my development! Just as the topic is saying, I will primarily be doing: MySQL => PHP => JSON => AJAX => jQueryUI I used to work with CakePHP but I have little experience with JSON. Any hints on your favourite tools and he

[jQuery] Ajax processData

2009-02-06 Thread Dani Valentin
ring instead of a json. For retrieving this data I am using a function that reads the body of the request. My question is: Is it possible to pass a json to the server in the body of my request? And if it is, how can I do it and what is wrong in my code? Thanks Dani

[jQuery] Problem with logging form using the 'jQuery Form Plugin'

2008-05-02 Thread Dani
}); function Logging(data) { if(data.login != "true") window.location = "user.html"; //This page is loaded as an Ajax call and isn't shown else ShowError("Username or password incorrect"); return false; } Hope someone will know how to fix it or a better way to do it. Thank you very much! Dani