solidos icon indicating copy to clipboard operation
solidos copied to clipboard

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

Open timbl opened this issue 3 years ago • 2 comments

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

timbl avatar Jul 19 '22 15:07 timbl

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

TallTed avatar Jul 19 '22 15:07 TallTed

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

bourgeoa avatar Jul 20 '22 12:07 bourgeoa