Page 1 of 1
uploading multiple doc at once to logicaldoc
Posted: Mon Dec 23, 2013 9:51 am
by regev81
hey, somebody know how to upload multiple docs at once to logicaldoc ?
Re: uploading multiple doc at once to logicaldoc
Posted: Mon Dec 23, 2013 5:14 pm
by agaspa
The multiple upload is a basic feature of LogicalDOC.
From the web-browser interface you can upload in a single time multiple files.
Or you can upload a single compressed .zip file, specifying that you're uploading from the zip file.
After the upload, in case you specify a zip file, the archive will be uncompressed and all the documents will be imported replicating the tree organization inside the archive.
More info at:
http://help.logicaldoc.com/en/basic-ope ... ments.html
Re: uploading multiple doc at once to logicaldoc
Posted: Tue Dec 24, 2013 11:42 am
by regev81
ok thanks,but when i zip the files before uploading, they exceed the size limit (153,600 kb).
what can i do?
Re: uploading multiple doc at once to logicaldoc
Posted: Tue Dec 24, 2013 12:48 pm
by agaspa
You can increase the max size for file upload.
Follow this path:
Administration -> Settings -> GUI Settings
Change the value of field: Upload max size
then click the button Save on the bottom
To this point logout from LogicalDOC using menu File -> Exit
Perform a new login and try to load the .zip archive
Re: uploading multiple doc at once to logicaldoc
Posted: Tue Dec 24, 2013 12:56 pm
by agaspa
You can also act directly on the property by editing the file context.properties
Proceed as follows:
- Shut down the LogicalDOC service or Tomcat
- Open the file context.properties with a text editor, or vi
- Change the value of the key upload.maxsize
- Save the file
- Restart the LogicalDOC service or Tomcat
Re: uploading multiple doc at once to logicaldoc
Posted: Tue Dec 24, 2013 4:29 pm
by regev81
again thanks alot, there is something else-after i uploaded the compress zip file, its display as the zip file and not showing the documents
Re: uploading multiple doc at once to logicaldoc
Posted: Tue Dec 24, 2013 6:00 pm
by agaspa
If you want to import the contents of your compressed .zip file
you have to select the checkbox Import documents from ZIP in the Add documents form.
See the checkbox in the image Add-documents.gif attached to the second post on this thread.
Re: uploading multiple doc at once to logicaldoc
Posted: Wed Dec 25, 2013 8:22 am
by regev81
thanks, it's work perfectly now.