Search found 6 matches

by cibcibcib
Fri Feb 17, 2012 3:48 pm
Forum: JFileUpload
Topic: Multi-line display on JFileUpload
Replies: 4
Views: 9608

Re: Multi-line display on JFileUpload

tried but no luck.... :cry:
by cibcibcib
Thu Feb 09, 2012 3:53 am
Forum: JFileUpload
Topic: Multi-line display on JFileUpload
Replies: 4
Views: 9608

Re: Multi-line display on JFileUpload

sorry for my typo. Actually i have tried no matter either "/n" or "\n", it doesn't work anyway. maybe I provide more info here...when the file is upload, i will call a servlet to do some checking on the file content and return errors if detected. response.setHeader("custommessage", <multi-line error...
by cibcibcib
Wed Feb 08, 2012 6:01 am
Forum: JFileUpload
Topic: Multi-line display on JFileUpload
Replies: 4
Views: 9608

Multi-line display on JFileUpload

I need to return some custom error message to the front-end. I wonder how can I display it into multiple lines.

e.g. in my code i have tried "line 1," + "/n" + "line2,"...also tried System.getProperty("line.separator");

However it still display as "line1,line2" in front-end.

Please help...
by cibcibcib
Thu Dec 15, 2011 7:02 pm
Forum: JFileUpload
Topic: Custom error message encoding issue
Replies: 2
Views: 6614

Custom error message encoding issue

In my applet_http.js ............ document.writeln('<PARAM NAME="param7" VALUE="errorheader">'); document.writeln('<PARAM NAME="value7" VALUE="custommessage">'); .......... during the file upload, it will call my servlet and error message will be returned if the file cannot pass the validation. As I...
by cibcibcib
Thu Dec 15, 2011 6:55 pm
Forum: JFileUpload
Topic: JFileUpload font setting enquiry
Replies: 2
Views: 5872

Re: JFileUpload font setting enquiry

Yes, it solved my issue. Thanks.
by cibcibcib
Fri Dec 09, 2011 9:40 am
Forum: JFileUpload
Topic: JFileUpload font setting enquiry
Replies: 2
Views: 5872

JFileUpload font setting enquiry

Hi, I have tried to set the font.face in i18n.properties. However it seems that it still fail to load the font i look for. Please help

In the file...
font.face=saysettha_OT.ttf
font.size=15

Anything else I need to do...Thanks.