Forum Moderators: open

Message Too Old, No Replies

Sending Large amount of text

         

mudogg80

7:41 pm on Aug 4, 2008 (gmt 0)

10+ Year Member



Hi All,

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

rocknbil

8:47 pm on Aug 4, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



One thing you might look at is if the "send" method (form action) is get. Get has limitations on size, post does not.