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

How to ensure files are uploaded before processing them? #256

Open
AutistiCoder opened this issue Feb 6, 2025 · 0 comments
Open

How to ensure files are uploaded before processing them? #256

AutistiCoder opened this issue Feb 6, 2025 · 0 comments

Comments

@AutistiCoder
Copy link

AutistiCoder commented Feb 6, 2025

I'm trying to set up a Web server that, when I upload some PDF files, parses and returns the text of that file.

Before I process a file, I need to be sure that multiparty has fiinished saving the file to my uploads folder.

Can I guarantee that this is true when multiparty.Form.parse's callback function parameter is called? Or do I need to use some other thing?

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