What steps will reproduce the problem?
1. Upload multiple files at one time using MultiUploader
2. onFinish(), for each UploadedInfo in
IUploader.getServerMessage().getUploadedInfos() call UploadedInfo.getFileName()
What is the expected output? What do you see instead?
I expect to see a different client-provided file name for each file uploaded to
the server. If I uploaded files //home/user/file1.pdf and
//home/user/file2.pdf, I expect to see 'file1.pdf' and 'file2.pdf'.
What version of the product are you using? On what operating system?
I am using version 1.0.1 of gwtupload. My OS is Ubuntu 12.04.2 LTS.
Please provide any additional information below.
Interestingly, I can 'see' the correct value in 'basename' in gwtdevmode.
Original issue reported on code.google.com by zirakzi...@gmail.com on 16 Jun 2014 at 10:56
Original issue reported on code.google.com by
zirakzi...@gmail.com
on 16 Jun 2014 at 10:56