Re: [Webcollab-users] (no subject)
Brought to you by:
andrewsimpson
From: Andrew S. <and...@pa...> - 2007-11-16 19:23:28
|
On Thu, 15 Nov 2007 10:56:38 +0100 gg...@fr... wrote: > Hello, > I'm working with the last Version 2.2 of Webcollab and I have an upload problem > file with this version. My precedent version was 2.10a and I have no problem. > The two version are in different directories, but on the same developpment > directory on my server (thus the same server). So I think that the access right > are OK (I have just renamed the old directory to "webcollab-2.10a"). > The warning is produced in "file_submit.php" at these lines : > //check that at least one file upload was successful > if( ! $upload_success_flag ) { > warning($lang['file_submit'], $lang['no_upload'] ); > } My guess is that the multiple file uploads code is not working. Initially the file(s) are uploaded to a temporary system directory. It appears that when WebCollab checks for file(s) in this system directory there is nothing there. However the system works for single file uploads (WebCollab 2.10a). Can you tell me what web browser that you are using? Andrew |