Lukas,
Since this One Click setup is intended for first-timers, I'd suggest
activating by default the PRImagePersistency and modifying its method
saveImageAs: by changing (or adding) two messages :
saveChangesInFileNamed: (image fullNameForChangesNamed:
'seaside.changes');
saveImageInFileNamed: (image fullNameForImageNamed: 'seaside.image')
...may be even calling those methods only when the running image is
already named 'seaside'?
Cheers
--manuel
On 11 Nov 2007, at 21:23, Philippe Marschall wrote:
Confirmed:
http://bugs.squeak.org/bug_view_advanced_page.php?bug_id=6762
Cheers
Philippe
2007/11/11, M. Blanc <manuel.blanc(a)gmail.com>om>:
> Philippe,
>
> I can't upload files to Pier using the out-of-the-box One Click
> Exerience. Safari says:
>
>> Internal Server Error
>>
>> ConnectionTimedOut: Data receive timed out.
>>
>> Comanche/6.2 (Mac OS) Server at 'localhost' Port 8080
>
> I don't know if this is the best solution but I've [up | down]graded
> my image to KomHttpServer-gc.30 and uploads are working fine now.
>
> More difficult for me to solve is that since the application always
> uses Seaside.image, switching to ImagePersistency doesn't produce the
> expected results.