Search found 1 match

by sharly09
Fri Jan 15, 2010 10:01 pm
Forum: JBatchUpload
Topic: MaxSize
Replies: 3
Views: 10364

MaxSize

Hi all. I am using fileupload 2.5 and jbatch 2.5. I would like to limit the total size of one single upload to a specific value. I have set maxfile to 5 and maxsize to 5*1024*1024 and I would like the following behavior: upload 5 files of 1 MB each OR upload 2 files of 2 MB OR upload 1 file of 5 MB ...