[jQuery] Re: Uploader 0.9 beta

2008-03-29 Thread Kai Lautaportti
Hi Gilles! Just wanted to check what the status of the plugin is? cheers, Kai On Mar 2, 8:52 pm, "Gilles (Webunity)" <[EMAIL PROTECTED]> wrote: > Plugin will be ready in 2 to 3 weeks, have some seminars i have to > attend, sorry. > > --- Gilles

[jQuery] Re: Uploader 0.9 beta

2008-03-02 Thread Gilles (Webunity)
Plugin will be ready in 2 to 3 weeks, have some seminars i have to attend, sorry. --- Gilles

[jQuery] Re: Uploader 0.9 beta

2008-02-14 Thread Gilles (Webunity)
Well to be honest, currently the code is a bit of a mess. Do a view- source on the demo and you see that you have to pass in everything in the constructor. What i want to do, if that is oke with you guys, that you can do something like this: oUploader = new Uploader('moviename'); oUploader.brows

[jQuery] Re: Uploader 0.9 beta

2008-02-14 Thread Benjamin Sterling
Gilles, In your code you have fMaxFilesize but on the wiki you have fMaxFileSize, should I fix the wiki or do you want your code camelCased? On 2/14/08, Benjamin Sterling <[EMAIL PROTECTED]> wrote: > > Wha!!! No 24hr seven days a week support for everything under the sun?!! > > Thanks for the upd

[jQuery] Re: Uploader 0.9 beta

2008-02-14 Thread Benjamin Sterling
Wha!!! No 24hr seven days a week support for everything under the sun?!! Thanks for the update Gilles, I will be working on something today. Where can I get the files? I could not find a zip? I can just grab it down from your demo site, not a huge deal. Thanks again. On 2/14/08, Gilles (Webu

[jQuery] Re: Uploader 0.9 beta

2008-02-14 Thread Kai Lautaportti
Hi Gilles I was giving the demos a try and this looks very promising. Great work! Is the code available in a public repository somewhere at the moment? A quick look at jQuery SVN turned up only some very old (deleted) versions. Looking forward to a public release. cheers, Kai Lautaportti

[jQuery] Re: Uploader 0.9 beta

2008-02-14 Thread Gilles (Webunity)
P.s. i have tons of new ideas to make the usage of the Flash Uploader (A LOT) easier, but this will be incorporated in V1.5. -- Gilles On 14 feb, 10:24, "Gilles (Webunity)" <[EMAIL PROTECTED]> wrote: > Allright, i have made some changes to the backend and uploader so that > it has some more stab

[jQuery] Re: Uploader 0.9 beta

2008-02-14 Thread Gilles (Webunity)
Allright, i have made some changes to the backend and uploader so that it has some more stabillity. To answer your question Benjamin, each "progress" callback function passes an object with this information: http://docs.jquery.com/UI/Uploader/callbacks/fileProgress#tOptions In this option array

[jQuery] Re: Uploader 0.9 beta

2008-02-13 Thread Benjamin Sterling
That works for me. On 2/13/08, Gilles (Webunity) <[EMAIL PROTECTED]> wrote: > > > I'll set up a fourth demo, with total progressbar, also i'll try to > visualise what is going on, on each page by creating a flow diagram... > > Oke? > -- Benjamin Sterling http://www.KenzoMedia.com http://www.Ke

[jQuery] Re: Uploader 0.9 beta

2008-02-12 Thread Gilles (Webunity)
I'll set up a fourth demo, with total progressbar, also i'll try to visualise what is going on, on each page by creating a flow diagram... Oke?

[jQuery] Re: Uploader 0.9 beta

2008-02-12 Thread Alexandre Plennevaux
gt; another > > for the total upload process. > > > > I think this is a common implementation and an example would make it clear > > that it's possible to do. > > > > -Dan > > > > >-Original Message- > > >From: jquery-en@googlegroups.com

[jQuery] Re: Uploader 0.9 beta

2008-02-12 Thread Benjamin Sterling
t; I think this is a common implementation and an example would make it clear > that it's possible to do. > > -Dan > > >-Original Message- > >From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > >Behalf Of Cloudream > >Sent: Monday, February 11,

[jQuery] Re: Uploader 0.9 beta

2008-02-12 Thread Dan G. Switzer, II
do. -Dan >-Original Message- >From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On >Behalf Of Cloudream >Sent: Monday, February 11, 2008 8:35 AM >To: jQuery (English) >Subject: [jQuery] Re: Uploader 0.9 beta > > >Nice work. > >Is there any documents? I

[jQuery] Re: Uploader 0.9 beta

2008-02-12 Thread Gilles (Webunity)
Hehe Well what you are asking is possible! The third example, uses sessions and forms. So the form is validated, and the uploaded files are placed in a session object. (i'll show some code later on tonight). There is an event called "queueCompleted", so in that event you could say: "Finished up

[jQuery] Re: Uploader 0.9 beta

2008-02-11 Thread Benjamin Sterling
Ahhh come on Gilles!! You could not have release this two weeks ago? I just spend two weeks getting swfupload built into my wordpress plugin and would have loved to use jquery plugins. Oh well, guess I will have to start planning for version 2.5 :). I do have one real question for you, I have a

[jQuery] Re: Uploader 0.9 beta

2008-02-11 Thread Bhaarat Sharma
pretty cool functionality. one thing i can think of is showing the user a thumbnail version of the image after it has been placed in the queue. rather than just the name. great work! On Feb 11, 10:26 am, "Gilles (Webunity)" <[EMAIL PROTECTED]> wrote: > http://docs.jquery.com/UI/Uploader > > On

[jQuery] Re: Uploader 0.9 beta

2008-02-11 Thread Gilles (Webunity)
http://docs.jquery.com/UI/Uploader On 11 feb, 14:35, Cloudream <[EMAIL PROTECTED]> wrote: > Nice work. > > Is there any documents? I think i can write an asp (server) demo for > other developers. > > On Feb 11, 3:37 pm, "Gilles (Webunity)" <[EMAIL PROTECTED]> wrote: > > > Well it is almost finish

[jQuery] Re: Uploader 0.9 beta

2008-02-11 Thread Cloudream
Nice work. Is there any documents? I think i can write an asp (server) demo for other developers. On Feb 11, 3:37 pm, "Gilles (Webunity)" <[EMAIL PROTECTED]> wrote: > Well it is almost finished, my Flash-based file uploader for jQuery. > The docs are finished, and the widget itself also. Origina