tommut / HttpRequester

HttpRequester add-on for Firefox
https://addons.mozilla.org/En-us/firefox/addon/httprequester/
161 stars 39 forks source link

Send files in a POST request #11

Open abernabe opened 9 years ago

abernabe commented 9 years ago

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!

daiguocheng commented 8 years ago

I have a qeustion like this.

samandiriel commented 8 years ago

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 :'(

grzegorzrazny commented 8 years ago

+1

maarten-donderwinkel commented 8 years ago

I've got the same issue. The application I'm posting to requires that my file is posted with the parameter name "file" and doesn't receive the file because of this. (alternative is Rest console on Chrome, but I like this Addon better in general).

sp42 commented 7 years ago

Where can I set a field name for file upload?

coldice8 commented 7 years ago

+1 I have a qeustion like this.

klaszlo8207 commented 7 years ago

any news on this?