Hello All,
My current situation -
FCK version - fckeditor2.6.4.
Language - PHP 5.1.1
I am operating my server (machine A) from my local PC (machine B) and want to upload to another server (machine C).
A will have uploaded HTML pages which has links for images residing in C. So when creating HTML Page then want to save HTML page in A and upload all required images to C.
Problem -
Uploading images to A is working fine but not have any idea to upload images to C. (Thinking of using FTP, but don't know).
Any idea/suggestion is welcome.
Thanks in advance
My current situation -
FCK version - fckeditor2.6.4.
Language - PHP 5.1.1
I am operating my server (machine A) from my local PC (machine B) and want to upload to another server (machine C).
A will have uploaded HTML pages which has links for images residing in C. So when creating HTML Page then want to save HTML page in A and upload all required images to C.
Problem -
Uploading images to A is working fine but not have any idea to upload images to C. (Thinking of using FTP, but don't know).
Any idea/suggestion is welcome.
Thanks in advance
Uploading directory to remote server using fckeditor + ftp
Hello All,
I have a challenge of uploading complete directory from client machine to remote server using php5,ftp(php code) and fckeditor2.6.4. If anyone have idea to win this challenge, please help me...
detailed problem:-
1. I want to have functionality in my website for uploading complete folder using fckeditor2.6.4.
2. Actually this uploaded folder is needed to be on my image server(remote server), so planned to upload this folder to that image server using FTP (php programming) after step 1.
Now problem is how to customize fckeditor2.6.4 for this functionality (calling ftp upload function just after every fck-file upload). This is customization/implementation problem.
Is this possible using plugin?
Many thanks for any suggestion...