Re: [jQuery] jqUploader: flash-based file upload

2007-02-23 Thread Alexandre Plennevaux
: flash-based file upload FYI, despite the allowed extensions specified in your code, I was able to upload a PDF file without errors. This was in Firefox 2.x/Mac. Looks interesting, though! - jason Alexandre Plennevaux wrote: Hello, my Plugin replacing file input fields

Re: [jQuery] jqUploader: flash-based file upload

2007-02-23 Thread Jason Huck
2007 22:31 To: discuss@jquery.com Subject: Re: [jQuery] jqUploader: flash-based file upload FYI, despite the allowed extensions specified in your code, I was able to upload a PDF file without errors. This was in Firefox 2.x/Mac. Looks interesting, though! - jason Alexandre

Re: [jQuery] jqUploader: flash-based file upload

2007-02-23 Thread Alexandre Plennevaux
Sent: jeudi 22 février 2007 22:31 To: discuss@jquery.com Subject: Re: [jQuery] jqUploader: flash-based file upload FYI, despite the allowed extensions specified in your code, I was able to upload a PDF file without errors. This was in Firefox 2.x/Mac. Looks interesting, though

Re: [jQuery] jqUploader: flash-based file upload

2007-02-22 Thread Peter De Berdt
On 2/22/07, Chris Domigan [EMAIL PROTECTED] wrote: This is awesome! Didn't know you could use flash to do that :) SWFUpload (http://swfupload.mammon.se/) can do similar things, but only uses Flash to do the actual filtering/selection/uploading of the file, you can handle the look and upload

Re: [jQuery] jqUploader: flash-based file upload

2007-02-22 Thread RhythmFighter
I'm attempting to use this, but having some probs accessing the file that is uploaded via php. How is the uploaded file sent to the specified uploadScript? Accessing the php $_FILES doesn't seem to give me anything. If I dump out my post in the afterScript I get things such as: [allFiles] =

Re: [jQuery] jqUploader: flash-based file upload

2007-02-22 Thread Chris Domigan
Have a look in the sample php file provided with the plugin - that helped me. Chris ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jqUploader: flash-based file upload

2007-02-22 Thread RhythmFighter
opps... didn't notice that file there. Just what I was looking for. Thanks for pointing that out. Chris Domigan wrote: Have a look in the sample php file provided with the plugin - that helped me. Chris -- View this message in context:

Re: [jQuery] jqUploader: flash-based file upload

2007-02-22 Thread Jason Huck
FYI, despite the allowed extensions specified in your code, I was able to upload a PDF file without errors. This was in Firefox 2.x/Mac. Looks interesting, though! - jason Alexandre Plennevaux wrote: Hello, my Plugin replacing file input fields with a richer Flash based upload

[jQuery] jqUploader: flash-based file upload

2007-02-21 Thread Alexandre Plennevaux
Hello, my Plugin replacing file input fields with a richer Flash based upload field (with progress bar) is ready for your delicate use: HYPERLINK http://www.pixeline.be/test/jquery/jqUploader/index.htmlhttp://www.pixeline.be/test/jquery/jqUploader/index.html I haven't been able to test it

Re: [jQuery] jqUploader: flash-based file upload

2007-02-21 Thread Benjamin Sterling
Alex, Tested example 2 in ff2, ie6, ie7, opera 9 and all work great. Had to click to activate it in ie6 tho, but really nice. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] jqUploader: flash-based file upload

2007-02-21 Thread Chris Domigan
This is awesome! Didn't know you could use flash to do that :) Chris ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/