Hi all,
I have a problem with multipart form fields and non-ascii characters. The form looks like:
html form
multipart; with: [ html textInput ......... html textArea ......... html fileUpload ....... ]. If the user entered any non-ascii string into the textInput or textArea, I get the string in 16bits (sounds like utf-16) and not the usual smalltalk representation. I am using VW7.5 (vw-dev beta version) which has pretty much the latest seaside ported and beside this, I have no problems with it.
The problem is with #multipart. If I comment out "multipart", non-ascii strings work right (but obviously file upload does not).
Thanks a lot!
Petr Stepanek
_______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
WebToolkit or Swazoo version? _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Boris,
it's Swazoo (psql_public_cst(1.0,mivsek)*). Sorry, I forgot to mention that ... Petr On 2/20/07, Boris Popov <[hidden email]> wrote:
_______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |