|
Re: File downloads etc: msg#00124lang.smalltalk.squeak.seaside
Am 10.01.2006 um 09:13 schrieb goran@xxxxxxxxx: Hi guys! This is the file serving code from SqueakSource: WAGenericResponse document: (self storage loadMonticello: version from: aProject) mimeType: 'application/monticello' loadMonticello: aVersion from: aProject | stream | stream _ (self projectDirectoryFor: aProject) readOnlyFileNamed: aVersion fileName. ^[ stream binary; contents ] ensure: [ stream close ]. I'd really like to have a stream-based solution here, too ... - Bert - |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: File downloads etc: 00124, Avi Bryant |
|---|---|
| Next by Date: | Re: File downloads etc: 00124, goran |
| Previous by Thread: | Re: File downloads etci: 00124, goran |
| Next by Thread: | Re: File downloads etc: 00124, Janko Mivšek |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |