Hi, i've written my own file uploader that:
-uploads to a different directory according to user logged on
-limits total file size of all files in directory to 1MB.
-automatically resizes image dimensions proprotionally if it is over a certain size.
As i found it difficult to figure out how to implement this into the FCKEditor itself. I want to find out how to splice this into the FCKeditor UI.
Specifically, i want to know where the file uploader UI is located so i can replace it with my own. I also need to know how to "update" the file browser after upload, meaning the file just uploaded appears on the file browser list after upload without having to manually refresh it somehow.
Also, i have been unable to modify the root of the image browser to one determined by a session value.
I'm using PHP.
Any help will be much appreciated.
-uploads to a different directory according to user logged on
-limits total file size of all files in directory to 1MB.
-automatically resizes image dimensions proprotionally if it is over a certain size.
As i found it difficult to figure out how to implement this into the FCKEditor itself. I want to find out how to splice this into the FCKeditor UI.
Specifically, i want to know where the file uploader UI is located so i can replace it with my own. I also need to know how to "update" the file browser after upload, meaning the file just uploaded appears on the file browser list after upload without having to manually refresh it somehow.
Also, i have been unable to modify the root of the image browser to one determined by a session value.
I'm using PHP.
Any help will be much appreciated.
RE: integrate custom file uploader into FCKeditor
Specifically, i use a database to store my session data. When i use a "require" statement to require sessions.php, which is a file used to define the parameters needed to store the session data into the database and start the session, and then start the FCKeditor and attempt to upload a file, the file doesn't upload and clicking on the upload button does nothing.
RE: integrate custom file uploader into FCKed
RE: integrate custom file uploader into FCKeditor
RE: integrate custom file uploader into FCKeditor
RE: integrate custom file uploader into FCKed
I've only barely been following this thread. Have any of you tried KFM yet? http://kfm.verens.com/ - it's a custom file manager originally built as a plugin for FCKeditor. check it out.
Kae
RE: integrate custom file uploader into FCKeditor