Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload excel file #165

Open
EduardoGrangeiro2002 opened this issue Nov 9, 2024 · 0 comments
Open

Upload excel file #165

EduardoGrangeiro2002 opened this issue Nov 9, 2024 · 0 comments

Comments

@EduardoGrangeiro2002
Copy link

I need upload a excel file but I can't read the filepath of formdata that I send by Postman.

export const uploadSpreadsheet = api(
{ expose: true, method: "POST", path: "/upload", bodyLimit: null },
async ({ filename, files, file, body }: { filename: string, files: string, file: string, body: any }) => {
console.log({ filename, files, file });
}
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant