How to send a picture (or retrieve from printers memory) through raw IPL?

I am printing labels on an Intermec printer via IP and have been asked to add our company logo to the label. In other applications I am able to break apart a bitmap and send raw ZPL, but I can’t figure it out in IPL. I would also settle for saving the image on the printers, but I can’t figure out how to retrieve it to print.
Here is my simple procedure, any help would be great!

Can not connect to Sql database in C# asp mvc application with Entity Framework BUT the same code works with Winform application

First of all, please excuse me if it sounds too rooky. I consider myself novice in MVC applications.
I have ran into a strange problem and there does not seem to be any way out of this, at least so far..I have looked everywhere and left no stone unturned to get it worked. Finally I turned to this forum.
This is my first post, so any mistakes please overlook and guide me.

OpenFileDialog – how to set file path to input type=text element after a file is selected in c#

I want to add a “Browse” button to my asp.net 4.5.1 project without using FileUpload control.. The end users should be able to browse and select a file in their local folder, and I want to set the complete path of that folder to my <input type='text' id='rptScreenShot' ... /> element.