7

I guess this should be pretty simple but I can't seem to get it working, plus googling is not getting me anywhere... The HTML code is this:

<FORM ENCTYPE="multipart/form-data" METHOD="POST" ACTION="/Forms/Config_3">
<INPUT TYPE="FILE" NAME="FileUpload" SIZE="15" MAXLENGTH="15">
<INPUT TYPE="SUBMIT" NAME="UPDATE_BUTTON" VALUE="Update" VALUE="Change">

How can I turn this into a curl command line?

1 Answer 1

14

Something like:

curl -F "[email protected]" http://DOMAINNAMEHERE.COM/Forms/Config_3
Sign up to request clarification or add additional context in comments.

1 Comment

Problem solved... Nothing related to curl syntax as I initially thought, just a problem with the txt file format that was being silently rejected... Thanks...

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.