0

Upload Event problem while using RTL feature [closed]

asked 2015-05-23 06:06:44 +0800

tulaseerao gravatar image tulaseerao
1 1

Hai Darksu,please help me to solve this problem let me know whether it is support or not.

delete flag offensive retag edit

The question has been closed for the following reason "duplicate question" by chillworld
close date 2015-05-30 18:33:35

Comments

What problem are you having? Please share the code.

vincentjian ( 2015-05-29 08:08:09 +0800 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-05-30 05:36:21 +0800

tulaseerao gravatar image tulaseerao
1 1

here is my code

in zul <cell> <button id="uploadPo" upload="true,maxsize=10240" label="${c:l('smPurchaseOrder.UploadPoSoftCopy')}" width="100px" height="30px"/> </cell>

  • in Controller:

public void onUpload$uploadPo(UploadEvent event) { try { org.zkoss.util.media.Media media = event.getMedia(); System.out.println(media.getName()); } catch(Exception e) {} }

link publish delete flag offensive edit

Question tools

Follow
1 follower

RSS

Stats

Asked: 2015-05-23 06:06:44 +0800

Seen: 9 times

Last updated: May 30 '15

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