Posts: 3
Threads: 3
Joined: Jun 2011
Reputation:
0
Hi All,
In the add document page, it says "Add multiple files (will use filename as document name)", But I can only select one file per upload.
Anything in need to configure?
Regards,
Tun
Posts: 34
Threads: 7
Joined: May 2011
Reputation:
0
(07-06-2011, 08:26 AM)tun001757 Wrote: Hi All,
In the add document page, it says "Add multiple files (will use filename as document name)", But I can only select one file per upload.
Anything in need to configure?
Regards,
Tun
You can upload one file or several files one by one. I also think about this feature of uploading several files or upload the folder at least.
"Whatever you do, work at it with all your heart, as working for the Lord, not for human masters". Kol.3:23
Posts: 431
Threads: 15
Joined: Oct 2010
Reputation:
0
(07-06-2011, 12:56 PM)kotikov_a Wrote: (07-06-2011, 08:26 AM)tun001757 Wrote: Hi All,
In the add document page, it says "Add multiple files (will use filename as document name)", But I can only select one file per upload.
Anything in need to configure?
You can upload one file or several files one by one. I also think about this feature of uploading several files or upload the folder at least.
BTW, version 3.2.x will use jumploader to upload many files at once. I somebody is brave enough to test an early version, let me know.
Uwe
Posts: 34
Threads: 7
Joined: May 2011
Reputation:
0
(07-20-2011, 07:53 PM)steinm Wrote: BTW, version 3.2.x will use jumploader to upload many files at once. I somebody is brave enough to test an early version, let me know.
Uwe
Me-me-me!
"Whatever you do, work at it with all your heart, as working for the Lord, not for human masters". Kol.3:23
Posts: 431
Threads: 15
Joined: Oct 2010
Reputation:
0
(07-21-2011, 05:45 PM)kotikov_a Wrote: (07-20-2011, 07:53 PM)steinm Wrote: BTW, version 3.2.x will use jumploader to upload many files at once. I somebody is brave enough to test an early version, let me know.
Uwe
Me-me-me!
I put a first version of 3.2.0 onto sourceforge. I has some edges and just little documentation but should work.
Uwe
Posts: 9
Threads: 1
Joined: Jun 2011
Reputation:
0
10-18-2011, 11:04 PM
(This post was last modified: 10-18-2011, 11:11 PM by simonbaev.)
(07-23-2011, 07:47 PM)steinm Wrote: I put a first version of 3.2.0 onto sourceforge. I has some edges and just little documentation but should work.
I tried to use JumpLoader but cannot follow the logic. I uploaded a single file (for testing) so the link to it appears below the window. When hover mouse pointer onto it the link appears to be pointing to un-existing path <IP:port>/uploaded/<numeric filename as it appears in staging subdir of data folder + "." + real filename>. And when I click the link I'm getting 404 error.
I believe I configured every parameter in conf/settings.xml but none contained "uploaded" path in my server. Am I missing something?
PS: In php.log I can observe the following entry, which I guess may clarify the issue:
Code: [18-Oct-2011 12:35:50] PHP Fatal error: Call to a member function getPath() on a non-object in /var/www/letoDMS-3.2.0/inc/inc.Utils.php on line 256
Posts: 431
Threads: 15
Joined: Oct 2010
Reputation:
0
(10-18-2011, 11:04 PM)simonbaev Wrote: (07-23-2011, 07:47 PM)steinm Wrote: I put a first version of 3.2.0 onto sourceforge. I has some edges and just little documentation but should work.
I tried to use JumpLoader but cannot follow the logic. I uploaded a single file (for testing) so the link to it appears below the window. When hover mouse pointer onto it the link appears to be pointing to un-existing path <IP:port>/uploaded/<numeric filename as it appears in staging subdir of data folder + "." + real filename>. And when I click the link I'm getting 404 error.
I believe I configured every parameter in conf/settings.xml but none contained "uploaded" path in my server. Am I missing something?
PS: In php.log I can observe the following entry, which I guess may clarify the issue:
Code: [18-Oct-2011 12:35:50] PHP Fatal error: Call to a member function getPath() on a non-object in /var/www/letoDMS-3.2.0/inc/inc.Utils.php on line 256
You need a directory (by default called 'staging') in your letodms data directory where the parts of an uploaded file are temporarily stored. Once the last part of a file is uploaded they are all put together and will be inserted as a new document.
Uwe
Posts: 9
Threads: 1
Joined: Jun 2011
Reputation:
0
(10-18-2011, 11:29 PM)steinm Wrote: You need a directory (by default called 'staging') in your letodms data directory where the parts of an uploaded file are temporarily stored. Once the last part of a file is uploaded they are all put together and will be inserted as a new document.
I do have this directory and any time I upload a file (via JumpLoader) it appears in that directory under different name (composed from numbers and original filename at the end). In the booster I click (select) the thumbnail created for the file and some additional fields appear at the bottom where I can specify name of the document. Also I can see "set" button -- I click it and nothing happens.
No files appear in the folder (of DMS) where I invoked call to the JumpLoader. My only outcome are files stored in the directory 'staging'.
Posts: 431
Threads: 15
Joined: Oct 2010
Reputation:
0
(10-18-2011, 11:54 PM)simonbaev Wrote: (10-18-2011, 11:29 PM)steinm Wrote: You need a directory (by default called 'staging') in your letodms data directory where the parts of an uploaded file are temporarily stored. Once the last part of a file is uploaded they are all put together and will be inserted as a new document.
I do have this directory and any time I upload a file (via JumpLoader) it appears in that directory under different name (composed from numbers and original filename at the end). In the booster I click (select) the thumbnail created for the file and some additional fields appear at the bottom where I can specify name of the document. Also I can see "set" button -- I click it and nothing happens.
No files appear in the folder (of DMS) where I invoked call to the JumpLoader. My only outcome are files stored in the directory 'staging'.
That looks like a bug in letodms. Taking that getPath() Error into accout it looks like the folder id isn't passed propperly to the server. What browser are you using? Can you try a different one?
Uwe
Posts: 9
Threads: 1
Joined: Jun 2011
Reputation:
0
(10-19-2011, 12:26 AM)steinm Wrote: That looks like a bug in letodms. Taking that getPath() Error into accout it looks like the folder id isn't passed propperly to the server. What browser are you using? Can you try a different one?
This error happens when I'm using Chrome (14.0.835.202) under Ubuntu (11.10). Any time I click on a thumbnail of the uploaded file a new entry of the mentioned kind is added to php.log Moreover, the form allowing me to fill up properties of the document (name, comment, version, etc) is not showing up. And button "Set" also is not showing.
When I open this same website from Chrome (14.0.835.202 m) on Win7 it doesn't add any entry into php.log and shows the properties form along with "Set" button... but it seems to be not responding as nothing happens when I click on it.
In IE9 on Win7 the button seems to be clickable but again nothing happens in turn.
Is there any other logs (except php.log and apache2/error.log) I should look to identify the problem?
PS: Also, on another Ubuntu (11.04) installation I'm not able to run the applet as Chrome reports about "missing plugin"... what plugin could be missing? I can confirm that OpenJDK is installed so JRE is present.
|