Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Jerry Bucci / Jerry Bucci (JerryGB)
Created: 07/12/2013
Components: File Management
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final / 287509
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 0
Problem Description: The Result attribute returns a Structure instead of an Array of Structures when an exception is thrown after processing 1 or more files successfully. The structure returned contains the results for the last successful upload, all other successful uploads are lost.
Example: If you are uploading 6 files and the sixth one throws an exception the Structure contains the results for the fifth file; the results for file 1-4 are lost.
Steps to Reproduce:
1. Select more than one file to uploaded, preferably more than 2 to best illustrate the problem.
2. For one of the files choose one that doesn't meet the acceptable mime types specified in the Accept attribute. Make sure this file is a middle file in the browser's selection since the order of the upload maybe reversed.
3. The files preceding the exception upload successfully.
4. An exception is thrown for the file with the not acceptable mime type.
Actual Result: When this occurs the Result returned is a Structure which contains the results for the last successfully processed file.
Expected Result: "After a file upload is completed, this tag creates an array of structures specified by the result parameter. Each structure in the array contains upload result information for one file." As per the documentation.
Any Workarounds: None.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3594414
Deployment Phase: Release Candidate
External Customer Info:
External Company:
External Customer Name: JerryGB
External Customer Email:
External Test Config: My Hardware and Environment details: Intel Server, 16GB Memory; Windows Server 2012 64 bit.
Attachments:
Comments: