Is ther a prescribed mechanism for getting the full path to uploaded files?
I've got an onaccept function that contains:
os.symlink(os.path.join(request.folder,'uploads',
form.vars.file_newfilename), link_path)
which worked until I'd changed the field to use 'uploadseparate=True'
Thanks in advance
--Cliff

