Hi Guys

If For testing purpose you want to upload a file on your site with FireFox Addon Poster then you can tackle this issue by follow the following setps.

1. Convert Your File into Base64 format. In my case I uploaded jpeg file so that i have converted my file into base64 format http://www.base64-image.de/.

2. Install and open Poster Interface.
Poster Addon Interface
3. Insert the following info in Parameters fields.
i) file[file]=your_base64_format_code
ii) file[filename] = Your File Name e.g my_image1.jpg
iii) file[filepath] = public://your_directory_name/image_name e.g public://my_image1.jpg

Poster Fields

4. Click on Body from Pparameters

Poster Fields In Body
5. Your request response would be like this.
Poster Response

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

asghar’s picture

Issue summary: View changes

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

firoz2456’s picture

Thank you very much for this tutorial.