web page input to C++ code

Newbie Member
25Aug2009,16:46   #1
infyanurag's Avatar
hi all

I have a web page that contains a button. on click of this button an image is loaded from my hard drive.
I want to send this image as the input to my C++ exe file.
Any pointers as how to do this.
Any documentation for the same would be of great help.

Thanks
~ Б0ЯИ Τ0 С0δЭ ~
25Aug2009,18:39   #2
SaswatPadhi's Avatar
I didn't get the idea very clearly ...

(1) Do you want to send the path of the image as input into your C++ exe or something else ???
(2) Do you want to send it, when the button is pressed ?

Please, be a bit more clear.
Newbie Member
26Aug2009,09:26   #3
infyanurag's Avatar
Thanks for your reply.
I need to send whole image as input to exe file.