In your includes, you have a jquery-latest.js and a jquery.js. Are they both the jQuery library? Including two copies of the jQuery libraries may cause issues.
On Oct 8, 5:05 pm, RAM <r_ahims...@poczta.onet.pl> wrote: > I have the following lines on my main HTML page: > > <script src="jquery-latest.js" type="text/javascript" > language="javascript"></script> > <script src="jquery.MultiFile.js" type="text/javascript" > language="javascript"></script> > <script src="jquery.form.js" type="text/javascript" > language="javascript"></script> > <script src="jquery.js" type="text/javascript" language="javascript"></ > script> > <script src="jquery.blockUI.js" type="text/javascript" > language="javascript"></script> > <script src="jquery.MetaData.js" type="text/javascript" > language="javascript"></script> > > <input type="file" class="multi" accept="gif|jpg|jpeg|jpe|bmp|png|mpg| > mpeg|mov|avi|wmv"> > > The problem is that although I see input type=file control, I don't > see associated list of file names below, so I cannot attach many > files. > Please help.