Hi i have following requirement.
1)
A website will send a get request with a message and callback url as a query.
i want to generate an image and save it on my server and give a url to the calling server on the callback url as a query paramater.
I already have the code to generate the image.
I want to know how to save it on my server to be available to the calling server.
and he should have no access to other images in the folder.
2)
Can any one also tell me how to send an image to a url in a POST request.
Please help…
Thanx in advance.
To save the image
where outputImage is the Bitmap created image.
one way to send the image on the url is to make a Responce.Redirect