[BUG] Scamper can't upload files or submit text forms to Swiki

Ned Konz ned at bike-nomad.com
Wed Jul 31 18:45:54 UTC 2002


On Wednesday 31 July 2002 05:16 am, goran.hultgren at bluefish.se wrote:
> Scamper might not work because I don't think it supports cookies or
> POSTs. Am I wrong?

Scamper can do POSTS of form data. Except that this may be broken (see 
below).

Scamper also tries to do POSTS of files, but is broken:

When I try to upload (to the Squeak Swiki) a file named 
/home/ned/Squeak/connectors/LabeledButtons-nk.1.cs.gz
FileUrl>>pathForFile strips off the leading slash, so the upload 
doesn't work.

Even after fixing that problem in FileUrl, it's got at least three 
more problems:

* it sends the filename as 
homenedSqueakconnectorsLabeledButtons-nk.cs.1.gz
instead of LabeledButtons-nk.cs.1.gz like it probably should.

* it sends 0 bytes of the file

* it doesn't submit the form when I go to edit the page, complaining 
instead that it can't resolve the server named "".

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list