Sid

Results 1 comments of Sid

thx very much, with the following changes to the `uploadHandler` it works: ```ts const uploadHandler = unstable_composeUploadHandlers( unstable_createFileUploadHandler({ directory: './public/uploads', file: ({ filename }) => filename, }), unstable_createMemoryUploadHandler() ) ```