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 alajay...@gmail.com 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

[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

Re: [jQuery] Multifile - help

2010-01-08 Thread jayakumar ala
=submit value=Send / input type=button class=button value=Add File id=addFileButton / /div /form /body /html On Tue, Dec 29, 2009 at 4:33 PM, jayakumar ala alajay...@gmail.com wrote: Brian, I our requirement i need to add this file elements dynamically for each file path

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 alajay...@gmail.com 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 sample code i

Re: [jQuery] Multifile - help

2009-12-29 Thread jayakumar ala
...@gmail.com wrote: 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 alajay...@gmail.com wrote: Anyone can help me

[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 html script type=text/javascript src=js/jquery.js/script script type=text/javascript

Fwd: [jQuery] Problem with dynamic loading of div

2009-12-10 Thread jayakumar ala
Hi All, I am having the problem with dynamic loading of div tag. Coping the div tag rightly but not able to call the jquery.MultiFile.js dynamically. any help ..?? html script type=text/javascript src=js/jquery.js/script script type=text/javascript src=js/jquery.MultiFile.js/script script var

Re: [jQuery] Problem with dynamic loading of

2009-12-09 Thread jayakumar ala
Hi All, I am having the problem with dynamic loading of div tag. Coping the div tag rightly but not able to call the jquery.MultiFile.js dynamically. any help ..?? html script type=text/javascript src=js/jquery.js/script script type=text/javascript src=js/jquery.MultiFile.js/script !--script

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 alajay...@gmail.com wrote: Brian, Thnaks for the reply. I

Re: [jQuery] : FileUpload Problem

2009-12-08 Thread jayakumar ala
. But it looks to me like you're trying to do something that's unnecessary. Why are you cloning anything at all? On Mon, Dec 7, 2009 at 2:45 PM, jayakumar ala alajay...@gmail.com wrote: Hi All, I am using the following code to upload file and add the file tag dynamically for my application. Jquery

[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. html script type=text/javascript src=js/jquery.js/script script type=text/javascript