Dario,
I'm not sure what the problem is here. If I can't add a template correctly, you
must understand that I need a little more information to reproduce the problem:)
Dale
----- Original Message -----
| From: dtrussardi(a)tiscali.it
| To: "Pier and Related Tools Magritte ..." <smallwiki(a)iam.unibe.ch>
| Sent: Wednesday, September 26, 2012 9:29:08 AM
| Subject: Re: Upload file image for Pier 3.0 into Gemstone 3.1.0.1 environment
|
| My thoughts, my goal is that the image is manage directly by the
| Lighttpd or Apache web server
|
|
| not read by Gemstone environment and response with:
|
|
| PRFileView >> respondUsing: aResponse
| | file |
| file := self context structure file.
|
| aResponse
| binary;
| cacheForever;
| contentType: file mimetype seasideMimeType;
| headerAt: 'Content-Disposition' put: 'inline; filename="' , file
| filename , '"';
| nextPutAll: file contents;
| respond