Brent Pinkney wrote:
I really need to know how to upload files to
SmallWiki.
I edited a page to create a resouce and then use the SWResouceEdit page
to choose a file (d:\temp\tbms.txt) and do not check the embedded
option. This this the appears in my Squeak explorer with a byte array
containing the file contents. This looks ok.
However if I clock on the link to (view/download the resouce) I return
to the SWResourceEdit page, but the fields are empty.
The issue appears to be in
SWResource class>>defaultViewAction
^SWResourceEdit
!
How does one download a resource ?
Did you try another URL in your browser:
http://url/To/Your/Resource?action=SWMimeView
You can change the method to:
SWResource class>>defaultViewAction
^SWMimeView
I don't know if this is a bug or a feature?!? How does the VW Version
behave (unfortunatly VW currently doesn't run on my xorg)?
best regards
Chris Burkert
--
http://www.chrisburkert.de/