We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Filename and content type are saved as file buffer properties - filename and contentType.
filename
contentType
E.g.
ctx.args.file.filename ctx.args.file.contentType
The text was updated successfully, but these errors were encountered:
ctx.args.file.size would also be helpful
ctx.args.file.size
// Edit:
ctx.args.file.length is available
ctx.args.file.length
Sorry, something went wrong.
@mattlsp can you create some docs about how we are handling files in scripts?
mkucharz
mattlsp
No branches or pull requests
Filename and content type are saved as file buffer properties -
filename
andcontentType
.E.g.
The text was updated successfully, but these errors were encountered: