-
Notifications
You must be signed in to change notification settings - Fork 39
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
Send files in a POST request #11
Comments
I have a qeustion like this. |
I have a similar problem; I've tried several ways to attached a document to a form, up to and including copying data from firebug into various HTTPRequester fields. with no luck :'( |
+1 |
I've got the same issue. |
Where can I set a field name for file upload? |
+1 I have a qeustion like this. |
any news on this? |
I'm using HTTP Requester on Firefox and I really love it. There's something I don't know how to do, though:
I would like to simulate the behaviour of a field.
How can I send a file with a specific field name?
The plan is to retrieve it using $_FILES['myfile'] in my backend application.
Thanks and congratulations for the great work done!
The text was updated successfully, but these errors were encountered: