Revision history [back]

click to hide/show revision 1
initial version

asked 2007-09-16 17:04:47 +0800

admin gravatar image admin

ZK Team

Problem with Fileupload charset

Orignial message at: https://sourceforge.net/forum/message.php?msg_id=4521058 By: dujunkie

I use this code:

<window title="fileupload demo" border="normal"> <button label="Upload"> <attribute name="onClick">{ Object media = Fileupload.get();
Label label=new Label(); label.setValue( media.getStringData()); label.setParent(pics); }</attribute> </button> <vbox id="pics"/> </window>

the ccontent of arquive: Ae

This return wrong value: ??

How to do to bring the right result.

Problem with Fileupload charset

Orignial message at: https://sourceforge.net/forum/message.php?msg_id=4521058 By: dujunkie

I use this code:

<window

&lt;window title="fileupload demo" border="normal">
border="normal"&gt;
 <button label="Upload">
&lt;button label="Upload"&gt;
 <attribute name="onClick">{
&lt;attribute name="onClick"&gt;{
Object media = Fileupload.get(); 
Label label=new Label(); label.setValue( media.getStringData()); label.setParent(pics); }</attribute> }&lt;/attribute&gt; </button> &lt;/button&gt; <vbox id="pics"/> </window>

&lt;vbox id="pics"/&gt; &lt;/window&gt;

the ccontent of arquive: Ae

This return wrong value: ??

How to do to bring the right result.

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More