[jQuery] Re: Using jQuery Multiple File Upload Plugin and jQuery Form Plugin together

2008-10-17 Thread Stefan Sturm
Hello, thanks for your answer. The multi file upload seems to work fine for me. I copied your test file and modified it slightly to print the response to the page: I found the difference between our two implementations: You use MultiFile 1.1 and I use 1.3 ( the newest one ). With 1.3 it

[jQuery] Re: Using jQuery Multiple File Upload Plugin and jQuery Form Plugin together

2008-10-17 Thread Stefan Sturm
Hello, I tried some versions. Last working version is 1.24... Greetings, Stefan Sturm

[jQuery] Re: Using jQuery Multiple File Upload Plugin and jQuery Form Plugin together

2008-10-16 Thread Stefan Sturm
Hello Mike, did you get a chance to take a look at the samples? I updated the samples to show you another problem with the fileupload: I added form 3: On beforeSubmit I collect all Formdata and convert them to json and send them as one field formData to the server. Without a upload this works

[jQuery] Re: Using jQuery Multiple File Upload Plugin and jQuery Form Plugin together

2008-10-16 Thread Mike Alsup
did you get a chance to take a look at the samples? Hi Stefan, The multi file upload seems to work fine for me. I copied your test file and modified it slightly to print the response to the page: http://www.malsup.com/jquery/form/test/oct16.php The json issue is a tricky one. I don't have

[jQuery] Re: Using jQuery Multiple File Upload Plugin and jQuery Form Plugin together

2008-10-15 Thread Mike Alsup
Can you post a link? I'm trying to use jQuery Form Plugin(http://www.malsup.com/jquery/form/) and jQuery Multiple File Upload Plugin(http://www.fyneworks.com/jquery/multiple-file-upload/) together to build a possibility to Upload more then one file at a time.

[jQuery] Re: Using jQuery Multiple File Upload Plugin and jQuery Form Plugin together

2008-10-15 Thread Stefan Sturm
Hello, Can you post a link? Sorry, but I can't at this point. It is part of a large Intranet Project. But if it helps, I can build a little sample app... But to be clear: I should work, right? Greetings, Stefan Sturm

[jQuery] Re: Using jQuery Multiple File Upload Plugin and jQuery Form Plugin together

2008-10-15 Thread Stefan Sturm
OK, I made a small example: http://tests.tripplanner.de Two Forms: 1.) With the Form PlugIn and Multi 2.) With the Form PlugIn ans no Multi The first one is not working , the second is. Check the Firebug console for the return of the upload script. It simply returns $_FILES... Greetings,

[jQuery] Re: Using jQuery Multiple File Upload Plugin and jQuery Form Plugin together

2008-10-15 Thread Mike Alsup
Yes, it should work. And a sample app would be great! Can you post a link? Sorry, but I can't at this point. It is part of a large Intranet Project. But if it helps, I can build a little sample app... But to be clear: I should work, right? Greetings, Stefan Sturm