Marius Kjeldahl wrote: > > Right before the "propertysheets..." line I have tried adding the > following: > > <dtml-call "manage_upload(REQUEST['file'])"> I *think* you want REQUEST['file'].read(). manage_upload wants a string of data, not a file object. -Michel