tobychui / arozos

Web Desktop Operating System for low power platforms, Now written in Go!
http://arozos.com
GNU General Public License v3.0
1.96k stars 140 forks source link

[BUG] Wrong behavior of drop file on desktop #110

Closed KohakuBlueleaf closed 1 year ago

KohakuBlueleaf commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. open dev tool
  2. login to an admin account
  3. console will output something like "[Desktop] Setting upload mode to large memory mode" and lowMemoryMode is false
  4. drag file to desktop
  5. it will upload through post since the lowMemoryMode is false. (Nor occured by fallback)

Expected behavior Upload through WS instead of post as default behavior.

Screenshots image

Host Information(please complete the following information):

Client Information(please complete the following information):

Additional context None

tobychui commented 1 year ago

Fixed in v2.010 nightly