Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

problem with long file names #142

Description

@tbonewmy

Hi there,
I encountered a problem when uploading file that has long file name. My file name has 64 characters. Let's simplify it as file name long_name. I also tried to make it shorter with 12 characters. let's call it short_name.

When I upload the short_name.csv. Every thing is fine. The progress bar push to the end. A new file is created in the {destination folder name}/{uuid code}/short_name.csv
When I upload long_name.csv. First the progress bar stuck at 0%. With the bar stuck, a new folder and file were still created. However, the created directory is {destination folder name}/{uuid code}/long_namecsv/.lock_1. Notice it got one extra folder level long_namecsv which is just the file name without the .. Then the end file .lock_1 has a weird name. Also .lock_1's size is 0 bytes.

Is the acceptable file name constrained somehow?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions