![]() |
Multiple File Uploads Error - Printable Version +- LetoDMS Community Forum (https://community.letodms.com) +-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4) +--- Forum: Technical Support (https://community.letodms.com/forumdisplay.php?fid=10) +--- Thread: Multiple File Uploads Error (/showthread.php?tid=382) |
Multiple File Uploads Error - caos - 10-19-2011 hello Everyone. Last few weeks been spending some of my free time fiddling with LetoDMS. After having some problems installing then running into issue with fulltext search (Lucene.php) Zend Framework and such i ended up setting up a Linux box at home running RedHat Enterprise Linux 6. Installed everything needed for run LetoDMS including XPDF for the full text search and other accessories. also installed Lucene_letoDms and core as a pear package.. everything works fine even the full text search,which i couldn't get it to run on a windows WAMP system, work awesome!!!!! BUT I can upload file individually with no problems..however when i try to upload multiple documents from 'Add Multiple documents' tab it give an error and does not upload any files... even the input fields of the document information are missing?? the picture i have attached is of 2 different servers. Server A is running fine on the hosted webspace (how ever still having trouble with zendframework due to the hosting issue) [ATTACHMENT NOT FOUND] Server B is my Home RHEL6 box ( the one having the problem uploading). [ATTACHMENT NOT FOUND] is there something i forgot to install?? RE: Multiple File Uploads Error - steinm - 10-19-2011 (10-19-2011, 06:48 PM)caos Wrote: hello Everyone. Check the forum. I have just posted a possible fix for that. Does it really depend on the server not on the browser? This is propably a javascript/java issue, but should not relate to the server. Uwe RE: Multiple File Uploads Error - caos - 10-20-2011 (10-19-2011, 08:55 PM)steinm Wrote:(10-19-2011, 06:48 PM)caos Wrote: hello Everyone. Ok i read the thread How to add multiple document in one go? and changed the /inc/inc.clssUI.php file and replaced the following Line: PHP Code: * dump attributes of all files into html PHP Code: function dumpAllFileAttributes() { still the same issue Used Google chrome Firefox and IE9 same problem persists ?? |