Hi All,
Im using FCK Editor along with File Upload concept in a web page (JSP) and placed the FCK Editor in first row and File Upload in second row of the table.
When we deploying this page, we have faced the below issue:
1. we select the file for upload and enter data like paragraph in FCK editor, then the output shows the uploaded file name and only the first paragraph data of the FCK Editor.
But if we place the File Upload in the first row and FCK Editor in second row then the page is working fine.
Still, \n issue is there in FCK editor
Eg,:
Input:
FCK Editor Data: Welcome
Welcome1
Welcome2
File Upload xxx.pdf
Output :
FCK Editor: Welcome
File Upload: Uploaded Sucessfully.
Im using FCK Editor along with File Upload concept in a web page (JSP) and placed the FCK Editor in first row and File Upload in second row of the table.
When we deploying this page, we have faced the below issue:
1. we select the file for upload and enter data like paragraph in FCK editor, then the output shows the uploaded file name and only the first paragraph data of the FCK Editor.
But if we place the File Upload in the first row and FCK Editor in second row then the page is working fine.
Still, \n issue is there in FCK editor
Eg,:
Input:
FCK Editor Data: Welcome
Welcome1
Welcome2
File Upload xxx.pdf
Output :
FCK Editor: Welcome
File Upload: Uploaded Sucessfully.