Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag and Drop file upload not functioning on Chrome based browsers #3494

Closed
spinanicky opened this issue Jan 15, 2025 · 1 comment
Closed

Comments

@spinanicky
Copy link

spinanicky commented Jan 15, 2025

NOTE

Drag and Drop file upload not functioning on Chrome based browsers but works fine on Firefox browsers. Has been tested both on local deployment as well as the play.min.io public server

Expected Behavior

The file should upload without difficulty when dragging and dropping a file/folder into a bucket in the console.

Current Behavior

I have noticed that the path visible in the Downloads/Uploads modal that appears is different in firefox vs chome. In firefox when you drag a file into the minio console in a bucket, the file will successfully upload and have an appropriate path assigned to it. In Chrome based browsers it appears to assign a /./ prior to the path and the . is throwing off the upload.
Screenshot 2025-01-15 183344

Possible Solution

If you click upload and upload a file manually using the OS console the upload will succeed. This is not a solution for drag and drop though.

Steps to Reproduce (for bugs)

  1. Login to play.min.io using a chromium based browser
  2. Create a public bucket
  3. Upload a file by dragging and dropping (error)
  4. Upload a file by clicking the upload button (success)

Your Environment

Same as play.min.io

@ramondeklein
Copy link
Collaborator

I guess this was fixed with #3492.

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

No branches or pull requests

2 participants