Forum Moderators: open
I currently have an email application which uses the fckeditor to create the message body of an email. Many pieces of the interface are built on the fly with javascript, php and html. The problem is when a user submits a large email body (which is processed via an AJAX request), the process fails and the message does not evidently get saved in my database. Couple of questions:
1. Can I send a large text body using ajax?
2. Could anyone provide me with any helpful insights?
Thanks in advance!
mduogg80