-
Notifications
You must be signed in to change notification settings - Fork 4
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
Can you give me a case to upload a file? I hope you can give me some ideas, thank you. #1
Comments
FileUpload file = (FileUpload) route.fileUploads().toArray()[0]; |
I need your help, I hope you can reply, I am using this framework now, thank you very much. @noseka1 |
I am not sure that I understand what you are trying to accomplish. Could you elaborate more on what you are trying to achieve and perhaps I can help. Thanks. |
The current framework (vertx-lambda-aws) should only support application/json, and I hope the framework will also support uploading files as form-data |
I want to upload the file as a form, but the current framework doesn't seem to support it @noseka1 |
I used the framework you made in combination with vertx, which has been applied in lambda. The cold startup time is 4s, which is very fast, but now I have encountered the problem that the form cannot upload files. I hope you can help me. Thanks. |
Example: router.route().handler(BodyHandler.create()); |
If you have time, could you help me see how lambda uploads the file to vertx. Thanks @noseka1 |
Example: |
I want to get the file from the body, Can you tell me what to do. Thanks @noseka1 |
Can you give me a case to upload a file? I hope you can give me some ideas, thank you.
The text was updated successfully, but these errors were encountered: