You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File Upload on multiple attempts does not load the name into the Path field. The problem has been since version 1.018 and is occurring in the current version also 1.1.0
Reproduction
Expected behavior
When choosing the file, its name and extension would be loaded into the Path field of the component
Who can help?
No response
Operating System
Windows 10 and Ubuntu 22.04
Langflow Version
1.0.18 and 1.1.0
Python Version
3.11
Screenshot
Flow File
No response
The text was updated successfully, but these errors were encountered:
The issue you're experiencing with the FileUpload component not loading the file name into the path field could be related to specific conditions or validations in the component. Here are some potential reasons why this might be happening:
File Size Validation: If the file does not pass the size validation check, it won't be uploaded, and the name won't be assigned to the path field. Ensure that the file size is within the acceptable limits.
File Type Validation: The file type must be allowed. If the file type is not among the permitted types, the upload will fail, and the name won't be assigned.
Component State: If the component is disabled or in a state that prevents updates, the file name might not be assigned to the path field.
These validations are part of the component's logic to ensure only valid files are processed [1][2]. You might want to check these conditions in your setup to see if they are causing the issue.
@cwgbittencourt i'm a little confused on this one, can you clarify a couple things?
Which browsers have you tried this on?
Does it never load the file, no matter which file you choose? Or is it specific to cosmos.pdf?
I have tested a number of files, and after upload it looks something like the below screenshot. I'm just trying to figure out if this is a browser, file, operating system, or some other issue... Can you share any output from clicking the Data output in the bottom right of the component?
Bug Description
File Upload on multiple attempts does not load the name into the Path field. The problem has been since version 1.018 and is occurring in the current version also 1.1.0
Reproduction
Expected behavior
When choosing the file, its name and extension would be loaded into the Path field of the component
Who can help?
No response
Operating System
Windows 10 and Ubuntu 22.04
Langflow Version
1.0.18 and 1.1.0
Python Version
3.11
Screenshot
Flow File
No response
The text was updated successfully, but these errors were encountered: