text area

S

Steve

Hello,
I am trying to build a text editor with HTML. I need to display and edit
a large amount of data. I cannot use a text box or text area because they
will not send enough data to the server. How do I build an unlimited text
box?

Steve
 
A

Andrew Urquhart

*Steve* wrote in alt.html:
Hello,
I am trying to build a text editor with HTML. I need to display and edit
a large amount of data. I cannot use a text box or text area because they
will not send enough data to the server. How do I build an unlimited text
box?

I'm guessing here that your assumption is based on using a form
submission method of 'get'. Using 'post' instead I'd be surprised if you
could reach any arbitrary data limits set by your server. Are you really
seeing submission limits via 'post'?
 
R

rf

Steve said:

Er, G'day.
I am trying to build a text editor with HTML.

A monumental task, considering that HTML is not a programming language but
rather a markup language.
I need to display and edit
a large amount of data.

Er, OK, we are already in trouble.
I cannot use a text box or text area because they
will not send enough data to the server.

This is correct. There are arbitrary limits. They depend on get or post but
they are usually limited to around 4K or so IIRC.
How do I build an unlimited text
box?

You don't.

Rethink your application. It is not suitable for expression in a web based
scenario.
 
J

Jim Higson

rf said:
Er, G'day.


A monumental task, considering that HTML is not a programming language but
rather a markup language.


Er, OK, we are already in trouble.


This is correct. There are arbitrary limits. They depend on get or post
but they are usually limited to around 4K or so IIRC.


You don't.

Rethink your application. It is not suitable for expression in a web based
scenario.

Except possibly as Java applets.
Although that's more application programming than web programming. And I
don't know what hell you could do for those without a Java RTE?!

If you need to build a text editor (I don't know why, there are plenty
already) I think it would have to be offline.
 
A

Amos E Wolfe

Steve said:
Hello,
I am trying to build a text editor with HTML. I need to display and edit
a large amount of data. I cannot use a text box or text area because they
will not send enough data to the server. How do I build an unlimited text
box?

Steve

Why not suggest the user creates and saves a .txt file in Notepad (or
non-Windows equivalent) and then include a file upload form, complete with
"browse" button?

-=# Amos E Wolfe #=-
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top