Skip to content

Unable to upload local machine's file from the browserΒ #677

@Emran144

Description

@Emran144

πŸ› Bug Report: File Upload Logs "Success" But No Actual Upload or Parsing

Description

Clicking the Upload button opens Chrome's file picker. After selecting a file (e.g., ABC.pdf), logs show a successful upload, but the system does not actually upload or parse the file.


βœ… Expected Behavior

  • The selected file is uploaded and parsed.
  • Success is logged only if the action truly succeeds.

❌ Actual Behavior

Agent logs show:

πŸ“„ Result: I have successfully uploaded the file "./tests/data/ABC.pdf" in the Proforma Invoice section.
βœ… Task completed
βœ… Successfully

But the file is not processed. Errors:

πŸ›‘ Errors (if any):
[
  'File path D:\\SSCL-ML\\PROJECTs\\CUAs\\web-ui\\tests\\data\\ABC.pdf is not available',
  'File path ./tests/data/ABC.pdf is not available',
  None
]

πŸ” Steps to Reproduce

  1. Click "Upload"
  2. Select a file (e.g., ABC.pdf)
  3. Observe logs vs. actual system behavior

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions