holmatic / zx-iot-mi

Miminal-invasive IoT-type ESP32 device for ZX computers
GNU General Public License v3.0
23 stars 4 forks source link

Deleting fails for a SAVEd filename containing a space #2

Open patters-match opened 3 years ago

patters-match commented 3 years ago

I SAVEDd a test program from the ZX81 which used a filename containing a space: SAVE "TEST FILE"

This filename is then displayed as "TEST?FILE" in the ZX-WESPI http server and in the ZX81 file picker.

Unfortunately this file cannot be deleted via the http server. The error is "File does not exist". I tried to URL encode the ? character to %3F but this doesn't seem to work either.

patters-match commented 1 year ago

Any ideas on this one?