Debug option added to the above connector, so that you can see what the filemanager is recieving from its requests. (option available through the config.php)
I've got a feature to suggest:is it possible to integrate a "Disk Quota" limit for uploads directories so uploads are automatically blocked once the quota is reached?
This feature has now been added, please check the readme for a recommended change to a line of the FCKEditor file browser to allow for more descriptive error messages.
Perfect! I't's even more what i've been expecting... A "per resource type" quota is fantastic! Now the resource browsers only lacks a Delete file/folder function. Take this as another suggestion... ATB,ralf
The deletion bit requires some additions to the actual FCKEditor FileBrowser interface which i would rather not mess with, if anyone does make these changes i am quite happy to implement the commands in the php connector to make it work.
The perl files are used so the progress of an upload can be displayed as this is not possible using PHP alone without patching PHP itself. If you do not wish to use the perl upload scripts, just dont specify them in the fckconfig.js file. I.e. miss of the &UploadHandler= bit.
I thought i put this in the readme, if i didnt i apologise.
RE: Built in file browser, PHP connector
RE: Built in file browser, PHP connector
http://sourceforge.net/tracker/index.ph ... tid=543653
RE: Built in file browser, PHP connector
RE: Built in file browser, PHP connector
http://www.mcpuk.net/downloads/fck_fb_conn_php.zip
RE: Built in file browser, PHP connector
10x, mcukstorm!
RE: Built in file browser, PHP connector
I've got a feature to suggest:is it possible to integrate a "Disk Quota" limit for uploads directories so uploads are automatically blocked once the quota is reached?
RE: Built in file browser, PHP connector
RE: Built in file browser, PHP connector
I't's even more what i've been expecting...
A "per resource type" quota is fantastic!
Now the resource browsers only lacks a Delete file/folder
function.
Take this as another suggestion...
ATB,ralf
RE: Built in file browser, PHP connector
RE: Built in file browser, PHP connector
why you are using three perl files to upload images or something else ? Is it not possible to do this with php files.
RE: Built in file browser, PHP connector
I thought i put this in the readme, if i didnt i apologise.
RE: Built in file browser, PHP connector
RE: Built in file browser, PHP connector
ok upload works fine without the cgi files.
But the Image window does not appear in the firefox 1.0. Is this a bug ?