jijo-paulose / gwtupload

Automatically exported from code.google.com/p/gwtupload
Other
0 stars 0 forks source link

UploadedInfo.getFileName() returns the same file name when multiple files are uploaded at once #201

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed not released.
Use 1.0.2-SNAPSHOT in the meanwhile I release 1.0.2

Thanks for reporting

Original comment by manuel.carrasco.m on 7 Jan 2015 at 6:34