FLUID-612: The single file upload in the Reference Ap (http upload) is broken

Metadata

Source
FLUID-612
Type
Bug
Priority
Major
Status
Closed
Resolution
Won't Fix
Assignee
Eli Cochran
Reporter
Eli Cochran
Created
2008-05-19T18:20:09.000-0400
Updated
2008-05-19T18:48:23.000-0400
Versions
  1. 0.3
Fixed Versions
  1. 0.3
Component
  1. Uploader

Description

Currently there is an Add Files and an Add File link in the Fluid Uploader JAVA reference application. Only the Add Files link currently works. The Add File link returns an error when you try to upload.

Comments

  • Eli Cochran commented 2008-05-19T18:48:23.000-0400

    False alarm.
    What is actually happening is that the reference app, while handling files with the same name, does not handle files with the same binary, and so throws a 500 error.

    Which is good, because now we can begin to test our error handling code.