Hi,
We are using the Java version of ImageUploader with this setting
Code:
iu.addParam("FilesPerOnePackageCount", "1");
Say the user is uploading 5 files with varying sizes (totalling say 5MB). Now the progress meter shows only the individual file size while uploading the files as in "Sent 100KB of 1MB" instead of saying that it is uploading, say file 2 of 5 files totalling 5MB like so "Sending file 2 of 5 files totalling 5MB." Is there any way to manipulate that ProgressDialogSentText property so as to show messages like above? Currently the only keywords it has are Current and Total.
Thanks