<div>I was trying to upload a pic file using MAFileUploadComponent.   The method #renderEditorOn: calls #renderRemoveOn:. which in turn calls MAFileModel&gt;&gt;renderOn:.  Currently, the statement which reads:                  stream nextPutAll: self mimetype; nextPut: $) ]); should be: stream nextPutAll: self mimetype greaseString; nextPut: $) ]); .  In addition, MAFileModel&gt;&gt;renderOn: calls #urlFor: which calls WARenderContext&gt;&gt;registry, which isn&#39;t there (I added it).  MAFileModel&gt;&gt;urlFor: also calls WARegistry&gt;&gt;urlForRequestHandler:, which isn&#39;t there (I added it), which calls #handlerField, which isn&#39;t there (I added it).  <br>
</div><div><br></div><div>Now it works.</div><div><br></div><div>---John</div><br><br><br>