Show total file size on progress barShow total file size on progress barHi,
Is it possible to show the total file size on the progress bar after selected the files? Thanks! Re: Show total file size on progress barNo sorry. With JBatchUpload you can see file size of each file and total files to upload:
http://www.jfileupload.com/products/jba ... index.html 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 event to check the total file size after click on the open button? This is very common requirement for upload file task. Please assist. Thanks! Re: Show total file size on progress barWe may have a feature in JBatchUpload that could fit to your need.
First you need to install JFileUpload + JBatchUpload + JSAPI (in add-ons sections). Then uncomment the following line in i18n_pane.properties of JBatchUpload: Code: Select all
Code: Select all
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.SecurityException: class "jfileupload.upload.client.JSMApplet"'s signer information does not match signer information of other classes in the same package My javascript as below: Code: Select all
|