edwin87 Posted May 22, 2007 Share Posted May 22, 2007 Hello, I am busy with our own cms and we're using FCK editor with editing our pages. Our cms is operating from one domain. For example : cms.xxxxx.yy Our clients can log in to our cms and can see their data that is loaded from a mysql database on their own domain for example : www.yyyyy.xx When they upload images to their pages, it uploads to our domain: cms.xxxxx.yy. The problem and my question is: Is it possible to create a possibility that clients can upload their images and uploaded it to their own domain, so we can see their data consume. How can i do this? Does anyone have experience with this? (sorry for mispelling) Edwin Quote Link to comment https://forums.phpfreaks.com/topic/52452-fck-editor-to-specific-domain/ Share on other sites More sharing options...
ToonMariner Posted May 22, 2007 Share Posted May 22, 2007 provided the two (if it is more than 1) servers in question will allow the transactions then yes. you will have to add some code to teh fck editor upload script that will copy the files over. Quote Link to comment https://forums.phpfreaks.com/topic/52452-fck-editor-to-specific-domain/#findComment-258813 Share on other sites More sharing options...
edwin87 Posted May 22, 2007 Author Share Posted May 22, 2007 There is always 1 server. Our own hosting server. Clients have domains on our server. What sort of code can i think of? We are really lost in the code of the fck editor. If we add/edit some code, then the result is often a javascript error. It's very complex i think. Quote Link to comment https://forums.phpfreaks.com/topic/52452-fck-editor-to-specific-domain/#findComment-258828 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.