SolidOS / solidos

The operating system for Solid
https://solidos.solidcommunity.net/
MIT License
127 stars 19 forks source link

Upload URI is mangled when a JS file is dragged onto a CSS pod folder #173

Closed timbl closed 1 year ago

timbl commented 2 years ago

If I make a local JS file foo,js and drag it into the SolidOS view of https://timbl.com/timbl/Public/Test/Content-Type/application/javascript/, I get:

 Upload: FAIL https://timbl.com/timbl/Public/Test/Content-Type/application/javascript/foo.js_.false, Error: Error: Web error: 501 (Not Implemented) on PUT of <https://timbl.com/timbl/Public/Test/Content-Type/application/javascript/foo.js_.false>

What should happen is I should get a new file https://timbl.com/timbl/Public/Test/Content-Type/application/javascript/foo.js created

TallTed commented 2 years ago

@timbl — For clarity, is your local file foo,js (comma separator), as stated, or was that a typo of foo.js (dot separator)?

bourgeoa commented 2 years ago

Does work on NSS ( tried on https://bourgeoa.solidcommunity.net/), this seems a CSS issue.