[mod_python] textarea form size problem

Juliano Freitas jubafre at atlas.ucpel.tche.br
Sun Oct 31 11:44:39 EST 2004


i'm sorry for this question, its a simple GET POST method problem!!!
hehe :) but i have another question why textarea dont get 'tags' for
example <dasdas>

Juliano Freitas

Em Dom, 2004-10-31 às 13:17, Juliano Freitas escreveu:
> Hello!
> i'm having problems with the size of textarea. i have to copy a xml
> file  to the textarea, but i can't get the entire value using cgi
> module. Why?
> 
> <TEXTAREA name="sign_swml" rows=10 wrap="off" cols=42></TEXTAREA>
> 
> import cgi
> form =cgi.FieldStorage()
> a = form.getvalue('sign_swml')
> 
> there are a limit size to get the value of textarea?
> 
> Juliano Freitas
> 
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python



More information about the Mod_python mailing list