Skip to content

How to use input type file with actions #10363

Closed Answered by stuartkeith
Standard-IO asked this question in Q&A
Discussion options

You must be logged in to vote

Try setting the encType on the form: <Form method="post" encType="multipart/form-data" />.

You should then receive the full file.

I think this could be more emphasised in the docs - I had this problem too and only found the solution by digging through the source code.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kiliman
Comment options

@stuartkeith
Comment options

@jericho1050
Comment options

Answer selected by kiliman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants