Hello,
I have a web site, and I wish to use FCKeditor, But I need to modify the Filebrowser.
This is the issue:
In my webSite Each user can create a record in the database.
Then I wish to let him to use Fckeditor to insert his content.
When he Upload images, they must be uploaded to a specicific folder (1 folder is being used for all users, there are no seperate folders), and I need to insert the images details to the datatbase. That way, when the record will be deleted, I will be able to delete the Images as well.
After Uploading the images, I want to let him to choose from his pictures, and not from all the pictures that were uploaded to that directory.
Finally, I don't want him to create sub-folders etc.
How can I do this ? (I have no knowledge in JS or Javascript, only ASP+HTML)
best regards,
Ilay
I have a web site, and I wish to use FCKeditor, But I need to modify the Filebrowser.
This is the issue:
In my webSite Each user can create a record in the database.
Then I wish to let him to use Fckeditor to insert his content.
When he Upload images, they must be uploaded to a specicific folder (1 folder is being used for all users, there are no seperate folders), and I need to insert the images details to the datatbase. That way, when the record will be deleted, I will be able to delete the Images as well.
After Uploading the images, I want to let him to choose from his pictures, and not from all the pictures that were uploaded to that directory.
Finally, I don't want him to create sub-folders etc.
How can I do this ? (I have no knowledge in JS or Javascript, only ASP+HTML)
best regards,
Ilay
Re: How to Modify FileBrowser ?
Please advise...
Ilay
Re: How to Modify FileBrowser ?
by looking into it, I would say that you have to add code to "\fckeditor\editor\filemanager\connectors\asp\upload.asp"
and replace this line: with the folder you want to save the file into, after that you store the session ID or the username into a DB.
Now for the browsing his own images you change the "ConfigUserFilesPath" in config.asp that is in the same folder.