[xwiki-users] HTML is not converted to wiki syntax for form enctype=multipart/form-data
Hi Users and Devs I have an old version of xwiki 2.x , and I am running on real app and I cannot make an upgrade right now, but I have a problem to solve : I have a wysiwyg inside a form that has enctype=multipart/form-data, when I submit data the HTML content is not converted in xwiki syntax and this gives a strange rendering of my content I hope I you have a trick to get around this problem Cheers
Bodjelda, As far as I know, this conversion is only done in the client's javascript. Do look to the source text in the editor to check the syntax conversion, use firebug or web-inspector to see the textareas or the http upload. paul On 15 juil. 2013, at 10:04, Boudjelda Mohamed Said wrote:
Hi Users and Devs
I have an old version of xwiki 2.x , and I am running on real app and I cannot make an upgrade right now, but I have a problem to solve : I have a wysiwyg inside a form that has enctype=multipart/form-data, when I submit data the HTML content is not converted in xwiki syntax and this gives a strange rendering of my content
I hope I you have a trick to get around this problem
Cheers _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
See http://jira.xwiki.org/browse/XWIKI-5266 . On Mon, Jul 15, 2013 at 11:04 AM, Boudjelda Mohamed Said <[email protected]> wrote:
Hi Users and Devs
I have an old version of xwiki 2.x , and I am running on real app and I cannot make an upgrade right now, but I have a problem to solve : I have a wysiwyg inside a form that has enctype=multipart/form-data, when I submit data the HTML content is not converted in xwiki syntax and this gives a strange rendering of my content
I hope I you have a trick to get around this problem
Cheers _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
The conversion is done on the server side using the rendering engine. On Mon, Jul 15, 2013 at 12:35 PM, Paul Libbrecht <[email protected]> wrote:
Bodjelda,
As far as I know, this conversion is only done in the client's javascript. Do look to the source text in the editor to check the syntax conversion, use firebug or web-inspector to see the textareas or the http upload.
paul
On 15 juil. 2013, at 10:04, Boudjelda Mohamed Said wrote:
Hi Users and Devs
I have an old version of xwiki 2.x , and I am running on real app and I cannot make an upgrade right now, but I have a problem to solve : I have a wysiwyg inside a form that has enctype=multipart/form-data, when I submit data the HTML content is not converted in xwiki syntax and this gives a strange rendering of my content
I hope I you have a trick to get around this problem
Cheers _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (3)
-
Boudjelda Mohamed Said -
Marius Dumitru Florea -
Paul Libbrecht