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 am trying to do is

Re: [jQuery] : FileUpload Problem

2009-12-08 Thread jayakumar ala
Brian, Thnaks for the reply. I am trying to do is add same tag by cloning and change the id's. It is suppose to behave same way as the first element but when i add file it is not applying any class. Here i am adding the updated code that will update the class value and Id while cloning in the ad

Re: [jQuery] : FileUpload Problem

2009-12-08 Thread brian
See here: http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F And you're loading the MultiFile plugin twice. 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 mu