[jQuery] Re: ajax submit upload file firebug... no answer

2009-10-02 Thread Mike Alsup
> Effectively after uploading file we can't see any response in firebug. > (You can see an example in the official website of jquery form > pluginhttp://malsup.com/jquery/form/#code-samples) You won't see the response from a file upload displayed on the Firebug console tab because that request

[jQuery] Re: ajax submit upload file firebug... no answer

2009-10-02 Thread James
Could you post some relevant code on how you're doing all of this? It's hard to help from only reading what you've described. On Oct 2, 5:48 am, Harold Martin wrote: > Hi, > > I've a technical problem, i use jQuery Form Plugin and it's working > well except for upload file. > Effectively after u