The example browser (
http://localhost:8080/seaside/examplebrowser) is
crashing with the following error :
MAFileUploadComponent(Object)>>doesNotUnderstand: #upload
It is because "MAFileUploadComponent>>renderUploadOn:" uses the #upload
method on self, but this method doesn't exist (there is a #upload: instead)