Search found 12 matches

by jecsp
Wed Mar 04, 2009 2:35 am
Forum: JFileUpload
Topic: Can't show applet
Replies: 1
Views: 6717

Can't show applet

Hi, I placed my files to my application path below: -html on wwwroot\admin, js on wwwroot\admin\js And, I placed the jar files on wwwroot\WEB-INF\lib, the applet can't show out. The error is load: class jfileupload.upload.client.JSMApplet.class not found. java.lang.ClassNotFoundException: jfileuploa...
by jecsp
Tue Mar 03, 2009 9:54 am
Forum: JFileUpload
Topic: Show total file size on progress bar
Replies: 10
Views: 37993

Re: Show total file size on progress bar

Hi,

I added the line <PARAM NAME="maxsize" VALUE="amountinbytes">, and add alert on the JSTransferFailed but nothing prompt out when I testing on file size.
by jecsp
Tue Mar 03, 2009 1:55 am
Forum: JFileUpload
Topic: Prompt error message
Replies: 11
Views: 33779

Re: Prompt error message

Hi,

Can you explain more detail? just add the line <PARAM NAME="shorterrorjs" VALUE="false"> to the js file will do?

I added the line and changed the value to true but no different, the alert still no pop up. Please advice.

Thank you!
by jecsp
Mon Mar 02, 2009 10:45 am
Forum: JFileUpload
Topic: Progress bar
Replies: 1
Views: 7336

Progress bar

Hi,

Can I show one more column for progress bar on the file list? (please refer image attached)
jfileupload.gif
(6.88 KiB) Downloaded 223 times
and when uploading, the progress bar will show me the upload progress for each file.

Thank you!
by jecsp
Mon Mar 02, 2009 8:51 am
Forum: JFileUpload
Topic: Prompt error message
Replies: 11
Views: 33779

Prompt error message

Hi, Need your advice on how to prompt the error message, the error message now is shown on the progress bar (refer the attached image) jfileupload.gif , I need it to prompt as alert. I'd tried to add the alert on function JSTransferFailed(errormsg) { //alert(errormsg); } But it always prompt me the ...
by jecsp
Mon Mar 02, 2009 4:43 am
Forum: JFileUpload
Topic: Show total file size on progress bar
Replies: 10
Views: 37993

Re: Show total file size on progress bar

Hi, Thanks for the previous support. I have 2 more questions below: 1) On the JSSelectionInfo, I will check the total file size and max file size, if the total file size is over, then I will prompt an alert and disable the upload button. Please advice on how to disable the upload button, and activat...
by jecsp
Thu Feb 26, 2009 9:34 am
Forum: JFileUpload
Topic: Show total file size on progress bar
Replies: 10
Views: 37993

Re: Show total file size on progress bar

Hi, Thank you for your reply. Please read my problem below: 1) I'd downloaded the JSAPI. But I can't see the JSSelectionInfo row and startUpload() row on the applet_http_jsapi.html as the jsapi.jpg that you attached. Please advice. 2) After installed, my applet can't load due to this error java.lang...
by jecsp
Thu Feb 26, 2009 2:37 am
Forum: JFileUpload
Topic: Show total file size on progress bar
Replies: 10
Views: 37993

Re: Show total file size on progress bar

Hi, Any comment if I still need to show out the total file size on my web page (not on progress bar) after selected the files? just need to let user notice their total uploaded file size so that they will know whether the uploaded file size is exceeding the max file size, or can I add an action even...
by jecsp
Wed Feb 25, 2009 8:21 am
Forum: JFileUpload
Topic: Show total file size on progress bar
Replies: 10
Views: 37993

Show total file size on progress bar

Hi,

Is it possible to show the total file size on the progress bar after selected the files?

Thanks!
by jecsp
Wed Feb 25, 2009 6:58 am
Forum: JFileUpload
Topic: Redirect to error page
Replies: 1
Views: 7693

Redirect to error page

Hi,

I want to redirect the page to an error page if the checking error occur. For example, I will set the maxfilesize and compare the total uploaded file size, if the uploaded file size is exceeded, I want to redirect the existing page to an error page.

May I know how can I get this work? thanks!