[jQuery] Re: General discussion

2007-04-16 Thread Diego A.
Thank you for the suggestion Marcello. It's done... (see site for details) On 16/04/07, MarcelloP <[EMAIL PROTECTED]> wrote: > > > > Hi! > It would be very usefull if all static text like "remove" could be passed > via parameters; this would be helpful for customizations in non english > sites. >

[jQuery] Re: General discussion

2007-04-16 Thread MarcelloP
Hi! It would be very usefull if all static text like "remove" could be passed via parameters; this would be helpful for customizations in non english sites. -- View this message in context: http://www.nabble.com/General-discussion-tf3548823s15494.html#a10015268 Sent from the jQuery Multiple F

[jQuery] Re: General discussion

2007-04-12 Thread Diego A.
I released a new version today, with some of the suggested features. Thread: http://groups.google.com/group/jquery-en/browse_frm/thread/bd44f68a7d3f318 Blog: http://fyneworks.blogspot.com/2007/04/jquery-multiple-file-upload-plugin-v11.html Documentation/download/demos: http://www.fyneworks.com/

[jQuery] Re: General discussion

2007-04-10 Thread Ariel Jakobovits
It's really a very nice plugin. Nice work. - Original Message From: Chris W. Parker <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Monday, April 9, 2007 12:12:21 PM Subject: [jQuery] Re: General discussion On Monday, April 09, 2007 11:38 AM Diego A. <> said:

[jQuery] Re: General discussion

2007-04-09 Thread JimD
Wow this is very cool. Nice work Diego.

[jQuery] Re: General discussion

2007-04-09 Thread Mike Alsup
Yup! Hi Mike, Do you mean: (function($){ // use the $ symbol here to avoid collisions })(jQuery);

[jQuery] Re: General discussion

2007-04-09 Thread Chris W. Parker
On Monday, April 09, 2007 1:56 PM Diego A. <> said: > However, I complete agree with your point about changing an existing > selection. But wouldn't it make more sense to have a 'change' link > that would fire up the file selection dialogue without actually > displaying 3, 4, 5 input boxes?

[jQuery] Re: General discussion

2007-04-09 Thread Diego A.
Hi Chris, When I made the plugin, my aim was to allow the selection of multiple files by only showing one box. I thought the old style list of 5 file input boxes was messy and space consuming. That is why I thought your suggestion was against the concept of the plugin. However, I complete agree

[jQuery] Re: General discussion

2007-04-09 Thread Diego A.
Great idea Scott. And I agree, I wouldn't personally use them, but it would make the plugin 1. more flexible and 2. expandable (custom validation, etc). This is something I'll definitely include in the next version. Thanks, Diego A. On Apr 9, 9:37 pm, Scott Sauyet <[EMAIL PROTECTED]> wrote: > D

[jQuery] Re: General discussion

2007-04-09 Thread Chris W. Parker
On Monday, April 09, 2007 1:07 PM Diego A. <> said: > Hi Chris, > > Thanks for the suggestions. I made the debug mode just so people > could see what's actually going on. I didn't intend it to be used. It > would defeat the purpose of the plugin if I didn't hide the > additional elements. I dis

[jQuery] Re: General discussion

2007-04-09 Thread Scott Sauyet
Diego A. wrote: Fixed the bug and re-packed the script. Looks great to me. If you're looking for things to do on it, it would be nice if the text "File selected for upload:" and the text "Remove this file from selection" were configurable. The only other thing I might consider with this,

[jQuery] Re: General discussion

2007-04-09 Thread Diego A.
Hi Chris, Whatever happens, you should always be able to see one empty file input (disabled if you've reached the limit). I'll look into it Thanks, Diego A. On Apr 9, 9:22 pm, Christopher Jordan <[EMAIL PROTECTED]> wrote: > Oh! I see. Well, thanks for setting me straight. I didn't really >

[jQuery] Re: General discussion

2007-04-09 Thread Christopher Jordan
Oh! I see. Well, thanks for setting me straight. I didn't really understand what I was seeing then I guess. It's funny, I had five files "uploaded" but only three of the browse controls had anything in them. After I removed them all, shouldn't I have been left with only one browse control?

[jQuery] Re: General discussion

2007-04-09 Thread Diego A.
On Apr 9, 8:21 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > Diego, take a quick look at the Plugin Authoring guidelines for ways > to avoid collisions on the $ namespace. Hi Mike, The plugin is now un-collision-able Thanks, Diego A. > On 4/9/07, Diego A. <[EMAIL PROTECTED]> wrote: > > > >

[jQuery] Re: General discussion

2007-04-09 Thread Diego A.
Hi Chris, Thanks for the suggestions. I made the debug mode just so people could see what's actually going on. I didn't intend it to be used. It would defeat the purpose of the plugin if I didn't hide the additional elements. Having... [input] [remove] [input] [remove] ...could be a bit of a pa

[jQuery] Re: General discussion

2007-04-09 Thread Diego A.
Hi Mike, Do you mean: (function($){ // use the $ symbol here to avoid collisions })(jQuery); ??? malsup wrote: > > > Diego, take a quick look at the Plugin Authoring guidelines for ways > to avoid collisions on the $ namespace. > > Mike > > On 4/9/07, Diego A. <[EMAIL PROTECTED]> wrote:

[jQuery] Re: General discussion

2007-04-09 Thread Diego A.
Hi Bruce, I'm not sure you can control the browser's dialog, but you can definitely check the name of the file chosen and disallow certain extensions. This could be a built-in feature and I might implement it this week Thanks for the suggestion! Bruce-32 wrote: > > > This is great! > >

[jQuery] Re: General discussion

2007-04-09 Thread Diego A.
Example 3 is in debug mode so you see what;s happening behind the scences. It doesn't hide the multiple file inputs... Not an error, just a demostration of how it actually works. ;-) Christopher Jordan wrote: > > > Deigo, > > I like it too. Cool. I did notice the same as Scott about the limi

[jQuery] Re: General discussion

2007-04-09 Thread Diego A.
Cheers, Scott... Fixed the bug and re-packed the script. Scott Sauyet-3 wrote: > > > Diego A. wrote: >> The name says it all. Just thought somebody might find it useful. >> Please reply to this thread with suggestions, comments... >> >> http://www.fyneworks.com/jQuery/multiple-file-upload/ >

[jQuery] Re: General discussion

2007-04-09 Thread BKDesign Solutions
This is great! Works too! :) Is there a way to add allowed file types? Sorry if dumb ques but am new to this all hanks Bruce P bkdesign - Original Message - From: "Diego A." <[EMAIL PROTECTED]> To: Sent: Monday, April 09, 2007 2:37 PM Subject: [jQuery] General discussion Th

[jQuery] Re: General discussion

2007-04-09 Thread Christopher Jordan
Deigo, I like it too. Cool. I did notice the same as Scott about the limitation error on example 2. I also noticed a problem where example 3 kept adding browse boxes and buttons. I started with one, then got an additional one for each file I added, and after removing all the files, I was left

[jQuery] Re: General discussion

2007-04-09 Thread Mike Alsup
Diego, take a quick look at the Plugin Authoring guidelines for ways to avoid collisions on the $ namespace. Mike On 4/9/07, Diego A. <[EMAIL PROTECTED]> wrote: The name says it all. Just thought somebody might find it useful. Please reply to this thread with suggestions, comments... http:/

[jQuery] Re: General discussion

2007-04-09 Thread Chris W. Parker
On Monday, April 09, 2007 11:38 AM Diego A. <> said: > The name says it all. Just thought somebody might find it useful. > Please reply to this thread with suggestions, comments... > > http://www.fyneworks.com/jQuery/multiple-file-upload/ Pretty cool dude. The limit-3 demo only allowed me to a

[jQuery] Re: General discussion

2007-04-09 Thread Scott Sauyet
Diego A. wrote: The name says it all. Just thought somebody might find it useful. Please reply to this thread with suggestions, comments... http://www.fyneworks.com/jQuery/multiple-file-upload/ Looks very nice. I love the clean markup. One bug. Testing your demo page in FF2.0.0.3 and IE7.0

[jQuery] Re: General discussion

2007-04-09 Thread Mike Alsup
Diego, this is awesome. Great work! The name says it all. Just thought somebody might find it useful. Please reply to this thread with suggestions, comments... http://www.fyneworks.com/jQuery/multiple-file-upload/