Are there any examples of uploading PDFs and, say, storing that in a Cloud Storage bucket? #2422
-
SummaryWould that just be standard form/multipart? Or "application/pdf" somehow? Looking for guidance axum version0.6.20 |
Beta Was this translation helpful? Give feedback.
Answered by
davidpdrsn
Dec 12, 2023
Replies: 1 comment
-
Since this isn’t specifically about axum, I’d recommend you ask in a more general web dev forum. You’ll probably get better advice that way. If you’re just uploading pdfs to save them in a bucket then I don’t suppose the content type matters but just the data itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
thomasmost
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since this isn’t specifically about axum, I’d recommend you ask in a more general web dev forum. You’ll probably get better advice that way.
If you’re just uploading pdfs to save them in a bucket then I don’t suppose the content type matters but just the data itself.