Re: [jQuery] Fwd: Multiple file upload + flash component

2010-02-04 Thread jayakumar ala
DA: It does seems that the URL you send talks about usage of php. I am looking for without php as php is not allowed in our case. Any one else tried the multifile upload using the flash component...for multiple file selection from file selector ? I am already using multifile library of jquery. On

[jQuery] Fwd: Multiple file upload + flash component

2010-02-03 Thread jayakumar ala
Any help is appreciated. -- Forwarded message -- From: jayakumar ala Date: Mon, Feb 1, 2010 at 8:34 AM Subject: Multiple file upload + flash component To: jquery-en@googlegroups.com Hi , I am looking for a multifile uploader with html or jsp not with php. This should be

[jQuery] Multiple file upload + flash component

2010-02-01 Thread jayakumar ala
Hi , I am looking for a multifile uploader with html or jsp not with php. This should be allowed to select the multiple files from the file selector. I am sure that we can do that using the flash component. I am not familiar with flash. I am using the multifile uploader from Jquery already. Any he

Re: [jQuery] Multifile - help

2010-01-08 Thread jayakumar ala
r group > */ > alert(this.id + ': ' + $('.MultiFile', > this).length); >}); >return false; >}); > }); > > > > > method="post"> > > >

Re: [jQuery] Multifile - help

2009-12-29 Thread jayakumar ala
: > You shouldn't need more than one file element to begin with. The > plugin takes care of creating new ones. Or, perhaps I don't understand > what it is you're trying to do. > > On Tue, Dec 29, 2009 at 1:27 PM, jayakumar ala > wrote: > > Anyone can help me on thi

Re: [jQuery] Multifile - help

2009-12-29 Thread jayakumar ala
Anyone can help me on this.. On Mon, Dec 28, 2009 at 10:39 AM, jayakumar ala wrote: > Hi, > > I am using Multifile plugin to select the multiple file. I am trying to get > the final file count for each browser selection . Any help is appreciated. > > Here is the samp

[jQuery] Multifile - help

2009-12-28 Thread jayakumar ala
Hi, I am using Multifile plugin to select the multiple file. I am trying to get the final file count for each browser selection . Any help is appreciated. Here is the sample code i am using var intVal=2; $(document).ready(function(){ $('#addFileButton').click(function(){addUploadFile();}

Fwd: [jQuery] Problem with dynamic loading of

2009-12-10 Thread jayakumar ala
Hi All, I am having the problem with dynamic loading of tag. Coping the div tag rightly but not able to call the jquery.MultiFile.js dynamically. any help ..?? var divTagTemplate ; $(document).ready(function(){ divTagTemplate = document.getElementById('addVal1').cloneNode(true); $(

Re: [jQuery] : FileUpload Problem

2009-12-09 Thread jayakumar ala
Brian, I can't use any Ajax here because it is not allowed. I am sure that if i can make a call to Jquery Plugin when i add new div this will work fine. Help is appreciated. Thanks Jay On Tue, Dec 8, 2009 at 11:19 AM, jayakumar ala wrote: > Brian, > Thnaks for the reply. > I a

Re: [jQuery] Problem with dynamic loading of

2009-12-09 Thread jayakumar ala
Hi All, I am having the problem with dynamic loading of tag. Coping the div tag rightly but not able to call the jquery.MultiFile.js dynamically. any help ..?? var divTagTemplate ; $(document).ready(function(){ divTagTemplate = document.getElementById('addVal1').cloneNode(true);

Re: [jQuery] : FileUpload Problem

2009-12-08 Thread jayakumar ala
ice. You need either > MultFile.js or MultiFile.pack.js, but not both. > > Also, keep in mind that you're cloning an element with an ID, which > must always be unique. > > But it looks to me like you're trying to do something that's > unnecessary. Why are you cloni

[jQuery] : FileUpload Problem

2009-12-07 Thread jayakumar ala
Hi All, I am using the following code to upload file and add the file tag dynamically for my application. Jquery doen't seem to be working for the dynamically added file. Any help is appreciated. var intVal = 1; function addUploadFile() { var innerinVal = ++intVal; var divTagVal = divTag