Search found 12 matches
Can't show appletHi, 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...
Re: Show total file size on progress barHi,
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.
Re: Prompt error messageHi,
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!
Progress barHi,
Can I show one more column for progress bar on the file list? (please refer image attached) and when uploading, the progress bar will show me the upload progress for each file. Thank you!
Prompt error messageHi, 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 ...
Re: Show total file size on progress barHi, 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...
Re: Show total file size on progress barHi, 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...
Re: Show total file size on progress barHi, 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...
Show total file size on progress barHi,
Is it possible to show the total file size on the progress bar after selected the files? Thanks!
Redirect to error pageHi,
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! |